Html Css Color HEX #BB1EEB Electric Purple

📋 copy color: '#BB1EEB'

red 187 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #BB1EEB

Tints of Electric Purple #BB1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 41.37%
G = 6.64%
B = 51.99%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB1EEB (or 0xBB1EEB) is known color: Electric Purple. HEX triplet: BB, 1E and EB. RGB value is (187,30,235). Sum of RGB (Red+Green+Blue) = 187+30+235=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EEB is #44E114. Grayscale: #636363. Windows color (decimal): -4514069 or 15408827. OLE color: 15408827.

HSL color Cylindrical-coordinate representation of color #BB1EEB: hue angle of 285.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EEB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 30 235 -
CMYK 0.20 0.87 0 0.08
HSL 285.95º 0.84% 0.52% -
HSV(B) 285.95º 0.87% 0.92% -
XYZ 35.95 17.49 80.08 -
YUV 100.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 187 30 235 0.20 0.87 0 0.08 285.95 0.84 0.52
Hex BB 1E EB 14 57 0 8 11E 54 34
Octal 273 36 353 24 127 0 10 436 124 64
Binary 10111011 11110 11101011 10100 1010111 0 1000 100011110 1010100 110100

Color Harmonies of #BB1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EEB

Black with #BB1EEB

Text Example


Text Example

White with #BB1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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