Html Css Color HEX #BB08FA Electric Purple

📋 copy color: '#BB08FA'

red 187 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #BB08FA

Tints of Electric Purple #BB08FA

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

 GREEN value IS 8 (3.52% from 255) = 1.8%

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

R = 42.02%
G = 1.8%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB08FA (or 0xBB08FA) is known color: Electric Purple. HEX triplet: BB, 08 and FA. RGB value is (187,8,250). Sum of RGB (Red+Green+Blue) = 187+8+250=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08FA is #44F705. Grayscale: #585858. Windows color (decimal): -4519686 or 16386235. OLE color: 16386235.

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

Color convert

RGB 187 8 250 -
CMYK 0.25 0.97 0 0.02
HSL 284.38º 0.96% 0.51% -
HSV(B) 284.38º 0.97% 0.98% -
XYZ 37.84 17.64 91.85 -
YUV 89.11 218.8 197.82 -
System Red Green Blue C M Y K H S L
Decimal 187 8 250 0.25 0.97 0 0.02 284.38 0.96 0.51
Hex BB 8 FA 19 61 0 2 11C 60 33
Octal 273 10 372 31 141 0 2 434 140 63
Binary 10111011 1000 11111010 11001 1100001 0 10 100011100 1100000 110011

Color Harmonies of #BB08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08FA

Black with #BB08FA

Text Example


Text Example

White with #BB08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08FA; }

 p { color: rgb(187,8,250); }

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

background-color css

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

 a { background-color: rgb(187,8,250); }

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

border-color css

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

 span { border-color: rgb(187,8,250); }

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