Html Css Color HEX #BB12E6 Electric Purple

📋 copy color: '#BB12E6'

red 187 ◦ green 18 ◦ blue 230

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

Shades of Electric Purple #BB12E6

Tints of Electric Purple #BB12E6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.14%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 42.99%
G = 4.14%
B = 52.87%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB12E6 (or 0xBB12E6) is known color: Electric Purple. HEX triplet: BB, 12 and E6. RGB value is (187,18,230). Sum of RGB (Red+Green+Blue) = 187+18+230=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB12E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB12E6 is #44ED19. Grayscale: #5C5C5C. Windows color (decimal): -4517146 or 15078075. OLE color: 15078075.

HSL color Cylindrical-coordinate representation of color #BB12E6: hue angle of 287.83º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB12E6 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 18 230 -
CMYK 0.19 0.92 0 0.10
HSL 287.83º 0.85% 0.49% -
HSV(B) 287.83º 0.92% 0.9% -
XYZ 34.99 16.71 76.24 -
YUV 92.7 205.49 195.26 -
System Red Green Blue C M Y K H S L
Decimal 187 18 230 0.19 0.92 0 0.10 287.83 0.85 0.49
Hex BB 12 E6 13 5C 0 A 120 55 31
Octal 273 22 346 23 134 0 12 440 125 61
Binary 10111011 10010 11100110 10011 1011100 0 1010 100100000 1010101 110001

Color Harmonies of #BB12E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12E6

Black with #BB12E6

Text Example


Text Example

White with #BB12E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12E6; }

 p { color: rgb(187,18,230); }

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

background-color css

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

 a { background-color: rgb(187,18,230); }

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

border-color css

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

 span { border-color: rgb(187,18,230); }

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