Html Css Color HEX #BB08FE Electric Purple

📋 copy color: '#BB08FE'

red 187 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #BB08FE

Tints of Electric Purple #BB08FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 41.65%
G = 1.78%
B = 56.57%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB08FE (or 0xBB08FE) is known color: Electric Purple. HEX triplet: BB, 08 and FE. RGB value is (187,8,254). Sum of RGB (Red+Green+Blue) = 187+8+254=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB08FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08FE is #44F701. Grayscale: #585858. Windows color (decimal): -4519682 or 16648379. OLE color: 16648379.

HSL color Cylindrical-coordinate representation of color #BB08FE: hue angle of 283.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB08FE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 8 254 -
CMYK 0.26 0.97 0 0.00
HSL 283.66º 0.99% 0.51% -
HSV(B) 283.66º 0.97% 1% -
XYZ 38.47 17.89 95.19 -
YUV 89.57 220.8 197.5 -
System Red Green Blue C M Y K H S L
Decimal 187 8 254 0.26 0.97 0 0.00 283.66 0.99 0.51
Hex BB 8 FE 1A 61 0 0 11C 63 33
Octal 273 10 376 32 141 0 0 434 143 63
Binary 10111011 1000 11111110 11010 1100001 0 0 100011100 1100011 110011

Color Harmonies of #BB08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08FE

Black with #BB08FE

Text Example


Text Example

White with #BB08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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