Html Css Color HEX #BB00EE Electric Purple

📋 copy color: '#BB00EE'

red 187 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #BB00EE

Tints of Electric Purple #BB00EE

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 value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB00EE (or 0xBB00EE) is known color: 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

RGB 187 0 238 -
CMYK 0.21 1 0 0.07
HSL 287.14º 1% 0.47% -
HSV(B) 287.14º 1% 0.93% -
XYZ 35.93 16.74 82.23 -
YUV 83.05 215.45 202.15 -
System Red Green Blue C M Y K H S L
Decimal 187 0 238 0.21 1 0 0.07 287.14 1 0.47
Hex BB 0 EE 15 64 0 7 11F 64 2F
Octal 273 0 356 25 144 0 7 437 144 57
Binary 10111011 0 11101110 10101 1100100 0 111 100011111 1100100 101111

Color Harmonies of #BB00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00EE

Black with #BB00EE

Text Example


Text Example

White with #BB00EE

Text Example


Text Example

HTML Codes & Css Web 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>