Html Css Color HEX #BB10EE Electric Purple

📋 copy color: '#BB10EE'

red 187 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #BB10EE

Tints of Electric Purple #BB10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.63%

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 42.4%
G = 3.63%
B = 53.97%

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

#BB10EE (or 0xBB10EE) is known color: Electric Purple. HEX triplet: BB, 10 and EE. RGB value is (187,16,238). Sum of RGB (Red+Green+Blue) = 187+16+238=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10EE is #44EF11. Grayscale: #5B5B5B. Windows color (decimal): -4517650 or 15601851. OLE color: 15601851.

HSL color Cylindrical-coordinate representation of color #BB10EE: hue angle of 286.22º 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 #BB10EE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 16 238 -
CMYK 0.21 0.93 0 0.07
HSL 286.22º 0.87% 0.5% -
HSV(B) 286.22º 0.93% 0.93% -
XYZ 36.11 17.11 82.29 -
YUV 92.44 210.15 195.45 -
System Red Green Blue C M Y K H S L
Decimal 187 16 238 0.21 0.93 0 0.07 286.22 0.87 0.5
Hex BB 10 EE 15 5D 0 7 11E 57 32
Octal 273 20 356 25 135 0 7 436 127 62
Binary 10111011 10000 11101110 10101 1011101 0 111 100011110 1010111 110010

Color Harmonies of #BB10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10EE

Black with #BB10EE

Text Example


Text Example

White with #BB10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10EE; }

 p { color: rgb(187,16,238); }

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

background-color css

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

 a { background-color: rgb(187,16,238); }

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

border-color css

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

 span { border-color: rgb(187,16,238); }

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