Html Css Color HEX #BB12FF Electric Purple

📋 copy color: '#BB12FF'

red 187 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #BB12FF

Tints of Electric Purple #BB12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 40.65%
G = 3.91%
B = 55.43%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB12FF (or 0xBB12FF) is known color: Electric Purple. HEX triplet: BB, 12 and FF. RGB value is (187,18,255). Sum of RGB (Red+Green+Blue) = 187+18+255=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB12FF is #44ED00. Grayscale: #5E5E5E. Windows color (decimal): -4517121 or 16716475. OLE color: 16716475.

HSL color Cylindrical-coordinate representation of color #BB12FF: hue angle of 282.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB12FF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 18 255 -
CMYK 0.27 0.93 0 0
HSL 282.78º 1% 0.54% -
HSV(B) 282.78º 0.93% 1% -
XYZ 38.76 18.22 96.08 -
YUV 95.55 217.99 193.23 -
System Red Green Blue C M Y K H S L
Decimal 187 18 255 0.27 0.93 0 0 282.78 1 0.54
Hex BB 12 FF 1B 5D 0 0 11B 64 36
Octal 273 22 377 33 135 0 0 433 144 66
Binary 10111011 10010 11111111 11011 1011101 0 0 100011011 1100100 110110

Color Harmonies of #BB12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12FF

Black with #BB12FF

Text Example


Text Example

White with #BB12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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