Html Css Color HEX #BB1BE5 Electric Purple

📋 copy color: '#BB1BE5'

red 187 ◦ green 27 ◦ blue 229

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

Shades of Electric Purple #BB1BE5

Tints of Electric Purple #BB1BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.09%

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 42.21%
G = 6.09%
B = 51.69%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB1BE5 (or 0xBB1BE5) is known color: Electric Purple. HEX triplet: BB, 1B and E5. RGB value is (187,27,229). Sum of RGB (Red+Green+Blue) = 187+27+229=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB1BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BE5 is #44E41A. Grayscale: #616161. Windows color (decimal): -4514843 or 15014843. OLE color: 15014843.

HSL color Cylindrical-coordinate representation of color #BB1BE5: hue angle of 287.52º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BE5 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 27 229 -
CMYK 0.18 0.88 0 0.10
HSL 287.52º 0.8% 0.5% -
HSV(B) 287.52º 0.88% 0.9% -
XYZ 35.03 17.01 75.56 -
YUV 97.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 187 27 229 0.18 0.88 0 0.10 287.52 0.8 0.5
Hex BB 1B E5 12 58 0 A 120 50 32
Octal 273 33 345 22 130 0 12 440 120 62
Binary 10111011 11011 11100101 10010 1011000 0 1010 100100000 1010000 110010

Color Harmonies of #BB1BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BE5

Black with #BB1BE5

Text Example


Text Example

White with #BB1BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BE5; }

 p { color: rgb(187,27,229); }

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

background-color css

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

 a { background-color: rgb(187,27,229); }

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

border-color css

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

 span { border-color: rgb(187,27,229); }

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