Html Css Color HEX #BB0BE2 Electric Purple

📋 copy color: '#BB0BE2'

red 187 ◦ green 11 ◦ blue 226

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

Shades of Electric Purple #BB0BE2

Tints of Electric Purple #BB0BE2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.59%

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

R = 44.1%
G = 2.59%
B = 53.3%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB0BE2 (or 0xBB0BE2) is known color: Electric Purple. HEX triplet: BB, 0B and E2. RGB value is (187,11,226). Sum of RGB (Red+Green+Blue) = 187+11+226=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 226 (88.67% from 255 or 53.30% from 424); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB0BE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BE2 is #44F41D. Grayscale: #575757. Windows color (decimal): -4518942 or 14814139. OLE color: 14814139.

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

Color convert

RGB 187 11 226 -
CMYK 0.17 0.95 0 0.11
HSL 289.12º 0.91% 0.46% -
HSV(B) 289.12º 0.95% 0.89% -
XYZ 34.34 16.3 73.29 -
YUV 88.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 187 11 226 0.17 0.95 0 0.11 289.12 0.91 0.46
Hex BB B E2 11 5F 0 B 121 5B 2E
Octal 273 13 342 21 137 0 13 441 133 56
Binary 10111011 1011 11100010 10001 1011111 0 1011 100100001 1011011 101110

Color Harmonies of #BB0BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BE2

Black with #BB0BE2

Text Example


Text Example

White with #BB0BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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