Html Css Color HEX #B307FA Electric Purple

📋 copy color: '#B307FA'

red 179 ◦ green 7 ◦ blue 250

#B307FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B307FA

Tints of Electric Purple #B307FA

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 41.06%
G = 1.61%
B = 57.34%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B307FA (or 0xB307FA) is known color: Electric Purple. HEX triplet: B3, 07 and FA. RGB value is (179,7,250). Sum of RGB (Red+Green+Blue) = 179+7+250=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #B307FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B307FA is #4CF805. Grayscale: #555555. Windows color (decimal): -5044230 or 16385971. OLE color: 16385971.

HSL color Cylindrical-coordinate representation of color #B307FA: hue angle of 282.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B307FA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 7 250 -
CMYK 0.28 0.97 0 0.02
HSL 282.47º 0.96% 0.5% -
HSV(B) 282.47º 0.97% 0.98% -
XYZ 35.92 16.64 91.76 -
YUV 86.13 220.48 194.24 -
System Red Green Blue C M Y K H S L
Decimal 179 7 250 0.28 0.97 0 0.02 282.47 0.96 0.5
Hex B3 7 FA 1C 61 0 2 11A 60 32
Octal 263 7 372 34 141 0 2 432 140 62
Binary 10110011 111 11111010 11100 1100001 0 10 100011010 1100000 110010

Color Harmonies of #B307FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307FA

Black with #B307FA

Text Example


Text Example

White with #B307FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307FA; }

 p { color: rgb(179,7,250); }

 H1.HeaderClassName
 {
   color: #B307FA;
 }
 .AnyTagClassName
 {
   color: #B307FA;
 }
</style>

background-color css

<style>
 a { background-color: #B307FA; }

 a { background-color: rgb(179,7,250); }

 div.DivClassName
 {
   background-color: #B307FA;
 }
 .BgClassName
 {
   background-color: #B307FA;
 }
</style>

border-color css

<style>
 span { border-color: #B307FA; }

 span { border-color: rgb(179,7,250); }

 td.TdClassName
 {
   border-color: #B307FA;
 }
 .TagClassName
 {
   border-color: #B307FA;
 }
</style>