Html Css Color HEX #BB1EED Electric Purple

📋 copy color: '#BB1EED'

red 187 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #BB1EED

Tints of Electric Purple #BB1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.61%

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 41.19%
G = 6.61%
B = 52.2%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB1EED (or 0xBB1EED) is known color: Electric Purple. HEX triplet: BB, 1E and ED. RGB value is (187,30,237). Sum of RGB (Red+Green+Blue) = 187+30+237=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EED is #44E112. Grayscale: #636363. Windows color (decimal): -4514067 or 15539899. OLE color: 15539899.

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

Color convert

RGB 187 30 237 -
CMYK 0.21 0.87 0 0.07
HSL 285.51º 0.85% 0.52% -
HSV(B) 285.51º 0.87% 0.93% -
XYZ 36.24 17.61 81.61 -
YUV 100.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 187 30 237 0.21 0.87 0 0.07 285.51 0.85 0.52
Hex BB 1E ED 15 57 0 7 11E 55 34
Octal 273 36 355 25 127 0 7 436 125 64
Binary 10111011 11110 11101101 10101 1010111 0 111 100011110 1010101 110100

Color Harmonies of #BB1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EED

Black with #BB1EED

Text Example


Text Example

White with #BB1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EED; }

 p { color: rgb(187,30,237); }

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

background-color css

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

 a { background-color: rgb(187,30,237); }

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

border-color css

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

 span { border-color: rgb(187,30,237); }

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