Html Css Color HEX #BB2BEC Electric Purple

📋 copy color: '#BB2BEC'

red 187 ◦ green 43 ◦ blue 236

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

Shades of Electric Purple #BB2BEC

Tints of Electric Purple #BB2BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.23%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 40.13%
G = 9.23%
B = 50.64%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB2BEC (or 0xBB2BEC) is known color: Electric Purple. HEX triplet: BB, 2B and EC. RGB value is (187,43,236). Sum of RGB (Red+Green+Blue) = 187+43+236=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BEC is #44D413. Grayscale: #6B6B6B. Windows color (decimal): -4510740 or 15477691. OLE color: 15477691.

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

Color convert

RGB 187 43 236 -
CMYK 0.21 0.82 0 0.07
HSL 284.77º 0.84% 0.55% -
HSV(B) 284.77º 0.82% 0.93% -
XYZ 36.5 18.35 80.97 -
YUV 108.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 187 43 236 0.21 0.82 0 0.07 284.77 0.84 0.55
Hex BB 2B EC 15 52 0 7 11D 54 37
Octal 273 53 354 25 122 0 7 435 124 67
Binary 10111011 101011 11101100 10101 1010010 0 111 100011101 1010100 110111

Color Harmonies of #BB2BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BEC

Black with #BB2BEC

Text Example


Text Example

White with #BB2BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BEC; }

 p { color: rgb(187,43,236); }

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

background-color css

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

 a { background-color: rgb(187,43,236); }

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

border-color css

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

 span { border-color: rgb(187,43,236); }

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