Html Css Color HEX #BB04EE Electric Purple

📋 copy color: '#BB04EE'

red 187 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #BB04EE

Tints of Electric Purple #BB04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 43.59%
G = 0.93%
B = 55.48%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB04EE (or 0xBB04EE) is known color: Electric Purple. HEX triplet: BB, 04 and EE. RGB value is (187,4,238). Sum of RGB (Red+Green+Blue) = 187+4+238=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04EE is #44FB11. Grayscale: #545454. Windows color (decimal): -4520722 or 15598779. OLE color: 15598779.

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

Color convert

RGB 187 4 238 -
CMYK 0.21 0.98 0 0.07
HSL 286.92º 0.97% 0.47% -
HSV(B) 286.92º 0.98% 0.93% -
XYZ 35.97 16.82 82.24 -
YUV 85.39 214.13 200.47 -
System Red Green Blue C M Y K H S L
Decimal 187 4 238 0.21 0.98 0 0.07 286.92 0.97 0.47
Hex BB 4 EE 15 62 0 7 11F 61 2F
Octal 273 4 356 25 142 0 7 437 141 57
Binary 10111011 100 11101110 10101 1100010 0 111 100011111 1100001 101111

Color Harmonies of #BB04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04EE

Black with #BB04EE

Text Example


Text Example

White with #BB04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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