Html Css Color HEX #BB28EA Electric Purple

📋 copy color: '#BB28EA'

red 187 ◦ green 40 ◦ blue 234

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

Shades of Electric Purple #BB28EA

Tints of Electric Purple #BB28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 40.56%
G = 8.68%
B = 50.76%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB28EA (or 0xBB28EA) is known color: Electric Purple. HEX triplet: BB, 28 and EA. RGB value is (187,40,234). Sum of RGB (Red+Green+Blue) = 187+40+234=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB28EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28EA is #44D715. Grayscale: #696969. Windows color (decimal): -4511510 or 15345851. OLE color: 15345851.

HSL color Cylindrical-coordinate representation of color #BB28EA: hue angle of 285.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB28EA is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 40 234 -
CMYK 0.20 0.83 0 0.08
HSL 285.46º 0.82% 0.54% -
HSV(B) 285.46º 0.83% 0.92% -
XYZ 36.1 18.02 79.42 -
YUV 106.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 187 40 234 0.20 0.83 0 0.08 285.46 0.82 0.54
Hex BB 28 EA 14 53 0 8 11D 52 36
Octal 273 50 352 24 123 0 10 435 122 66
Binary 10111011 101000 11101010 10100 1010011 0 1000 100011101 1010010 110110

Color Harmonies of #BB28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28EA

Black with #BB28EA

Text Example


Text Example

White with #BB28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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