Html Css Color HEX #BB1BE2 Electric Purple

📋 copy color: '#BB1BE2'

red 187 ◦ green 27 ◦ blue 226

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

Shades of Electric Purple #BB1BE2

Tints of Electric Purple #BB1BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.36%

R = 42.5%
G = 6.14%
B = 51.36%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB1BE2 (or 0xBB1BE2) is known color: Electric Purple. HEX triplet: BB, 1B and E2. RGB value is (187,27,226). Sum of RGB (Red+Green+Blue) = 187+27+226=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB1BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BE2 is #44E41D. Grayscale: #606060. Windows color (decimal): -4514846 or 14818235. OLE color: 14818235.

HSL color Cylindrical-coordinate representation of color #BB1BE2: hue angle of 288.24º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BE2 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 27 226 -
CMYK 0.17 0.88 0 0.11
HSL 288.24º 0.79% 0.5% -
HSV(B) 288.24º 0.88% 0.89% -
XYZ 34.61 16.84 73.38 -
YUV 97.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 187 27 226 0.17 0.88 0 0.11 288.24 0.79 0.5
Hex BB 1B E2 11 58 0 B 120 4F 32
Octal 273 33 342 21 130 0 13 440 117 62
Binary 10111011 11011 11100010 10001 1011000 0 1011 100100000 1001111 110010

Color Harmonies of #BB1BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BE2

Black with #BB1BE2

Text Example


Text Example

White with #BB1BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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