Html Css Color HEX #BB0AEC Electric Purple

📋 copy color: '#BB0AEC'

red 187 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #BB0AEC

Tints of Electric Purple #BB0AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 43.19%
G = 2.31%
B = 54.5%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB0AEC (or 0xBB0AEC) is known color: Electric Purple. HEX triplet: BB, 0A and EC. RGB value is (187,10,236). Sum of RGB (Red+Green+Blue) = 187+10+236=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0AEC is #44F513. Grayscale: #575757. Windows color (decimal): -4519188 or 15469243. OLE color: 15469243.

HSL color Cylindrical-coordinate representation of color #BB0AEC: hue angle of 286.99º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0AEC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 10 236 -
CMYK 0.21 0.96 0 0.07
HSL 286.99º 0.92% 0.48% -
HSV(B) 286.99º 0.96% 0.93% -
XYZ 35.74 16.84 80.72 -
YUV 88.69 211.14 198.12 -
System Red Green Blue C M Y K H S L
Decimal 187 10 236 0.21 0.96 0 0.07 286.99 0.92 0.48
Hex BB A EC 15 60 0 7 11F 5C 30
Octal 273 12 354 25 140 0 7 437 134 60
Binary 10111011 1010 11101100 10101 1100000 0 111 100011111 1011100 110000

Color Harmonies of #BB0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AEC

Black with #BB0AEC

Text Example


Text Example

White with #BB0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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