Html Css Color HEX #BB12EC Electric Purple

📋 copy color: '#BB12EC'

red 187 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #BB12EC

Tints of Electric Purple #BB12EC

RGB

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

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

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

R = 42.4%
G = 4.08%
B = 53.51%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB12EC (or 0xBB12EC) is known color: Electric Purple. HEX triplet: BB, 12 and EC. RGB value is (187,18,236). Sum of RGB (Red+Green+Blue) = 187+18+236=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB12EC is #44ED13. Grayscale: #5C5C5C. Windows color (decimal): -4517140 or 15471291. OLE color: 15471291.

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

Color convert

RGB 187 18 236 -
CMYK 0.21 0.92 0 0.07
HSL 286.51º 0.86% 0.5% -
HSV(B) 286.51º 0.92% 0.93% -
XYZ 35.85 17.05 80.76 -
YUV 93.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 187 18 236 0.21 0.92 0 0.07 286.51 0.86 0.5
Hex BB 12 EC 15 5C 0 7 11F 56 32
Octal 273 22 354 25 134 0 7 437 126 62
Binary 10111011 10010 11101100 10101 1011100 0 111 100011111 1010110 110010

Color Harmonies of #BB12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12EC

Black with #BB12EC

Text Example


Text Example

White with #BB12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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