Html Css Color HEX #BB11EC Electric Purple

📋 copy color: '#BB11EC'

red 187 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #BB11EC

Tints of Electric Purple #BB11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.86%

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

R = 42.5%
G = 3.86%
B = 53.64%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB11EC (or 0xBB11EC) is known color: Electric Purple. HEX triplet: BB, 11 and EC. RGB value is (187,17,236). Sum of RGB (Red+Green+Blue) = 187+17+236=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11EC is #44EE13. Grayscale: #5C5C5C. Windows color (decimal): -4517396 or 15471035. OLE color: 15471035.

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

Color convert

RGB 187 17 236 -
CMYK 0.21 0.93 0 0.07
HSL 286.58º 0.87% 0.5% -
HSV(B) 286.58º 0.93% 0.93% -
XYZ 35.83 17.02 80.75 -
YUV 92.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 187 17 236 0.21 0.93 0 0.07 286.58 0.87 0.5
Hex BB 11 EC 15 5D 0 7 11F 57 32
Octal 273 21 354 25 135 0 7 437 127 62
Binary 10111011 10001 11101100 10101 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BB11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11EC

Black with #BB11EC

Text Example


Text Example

White with #BB11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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