Html Css Color HEX #BB28EC Electric Purple

📋 copy color: '#BB28EC'

red 187 ◦ green 40 ◦ blue 236

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

Shades of Electric Purple #BB28EC

Tints of Electric Purple #BB28EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

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

R = 40.39%
G = 8.64%
B = 50.97%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB28EC (or 0xBB28EC) is known color: Electric Purple. HEX triplet: BB, 28 and EC. RGB value is (187,40,236). Sum of RGB (Red+Green+Blue) = 187+40+236=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28EC is #44D713. Grayscale: #696969. Windows color (decimal): -4511508 or 15476923. OLE color: 15476923.

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

Color convert

RGB 187 40 236 -
CMYK 0.21 0.83 0 0.07
HSL 285º 0.84% 0.54% -
HSV(B) 285º 0.83% 0.93% -
XYZ 36.39 18.14 80.94 -
YUV 106.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 187 40 236 0.21 0.83 0 0.07 285 0.84 0.54
Hex BB 28 EC 15 53 0 7 11D 54 36
Octal 273 50 354 25 123 0 7 435 124 66
Binary 10111011 101000 11101100 10101 1010011 0 111 100011101 1010100 110110

Color Harmonies of #BB28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28EC

Black with #BB28EC

Text Example


Text Example

White with #BB28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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