Html Css Color HEX #BB0AF8 Electric Purple

📋 copy color: '#BB0AF8'

red 187 ◦ green 10 ◦ blue 248

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

Shades of Electric Purple #BB0AF8

Tints of Electric Purple #BB0AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 42.02%
G = 2.25%
B = 55.73%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB0AF8 (or 0xBB0AF8) is known color: Electric Purple. HEX triplet: BB, 0A and F8. RGB value is (187,10,248). Sum of RGB (Red+Green+Blue) = 187+10+248=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB0AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0AF8 is #44F507. Grayscale: #595959. Windows color (decimal): -4519176 or 16255675. OLE color: 16255675.

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

Color convert

RGB 187 10 248 -
CMYK 0.25 0.96 0 0.03
HSL 284.62º 0.94% 0.51% -
HSV(B) 284.62º 0.96% 0.97% -
XYZ 37.55 17.56 90.22 -
YUV 90.06 217.14 197.15 -
System Red Green Blue C M Y K H S L
Decimal 187 10 248 0.25 0.96 0 0.03 284.62 0.94 0.51
Hex BB A F8 19 60 0 3 11D 5E 33
Octal 273 12 370 31 140 0 3 435 136 63
Binary 10111011 1010 11111000 11001 1100000 0 11 100011101 1011110 110011

Color Harmonies of #BB0AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AF8

Black with #BB0AF8

Text Example


Text Example

White with #BB0AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AF8; }

 p { color: rgb(187,10,248); }

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

background-color css

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

 a { background-color: rgb(187,10,248); }

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

border-color css

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

 span { border-color: rgb(187,10,248); }

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