#BB00EE

Color #BB00EE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BB00EE

Tints of Electric Purple #BB00EE

Color information

#BB00EE (or 0xBB00EE) is unknown color: approx Electric Purple. HEX triplet: BB, 00 and EE. RGB value is (187,0,238). Sum of RGB (Red+Green+Blue) = 187+0+238=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00EE is #44FF11. Grayscale: #525252. Windows color (decimal): -4521746 or 15597755. OLE color: 15597755.

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

Color convert

RGB1870238-
CMYK0.21100.07
HSL287.14º100%46.67%-
HSV(B)287.14º100%93.33%-
XYZ35.9316.7482.23-
YUV83.04215.45202.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 56%
R=44%
G=0%
B=56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18702380.21100.07287.1410046.67
HexBB0EE15640711f642f
Octal2730356251440743714457
Binary1011101101110111010101110010001111000111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00EE; }

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

 H1.HeaderClassName
 {
   color: #BB00EE;
 }
 .AnyTagClassName
 {
   color: #BB00EE;
 }
</style>
background-color css

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

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

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

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

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

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