Html Css Color HEX #BB28EE Electric Purple

📋 copy color: '#BB28EE'

red 187 ◦ green 40 ◦ blue 238

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

Shades of Electric Purple #BB28EE

Tints of Electric Purple #BB28EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 40.22%
G = 8.6%
B = 51.18%

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

#BB28EE (or 0xBB28EE) is known color: Electric Purple. HEX triplet: BB, 28 and EE. RGB value is (187,40,238). Sum of RGB (Red+Green+Blue) = 187+40+238=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28EE is #44D711. Grayscale: #696969. Windows color (decimal): -4511506 or 15607995. OLE color: 15607995.

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

Color convert

RGB 187 40 238 -
CMYK 0.21 0.83 0 0.07
HSL 284.55º 0.85% 0.55% -
HSV(B) 284.55º 0.83% 0.93% -
XYZ 36.68 18.26 82.48 -
YUV 106.53 202.2 185.4 -
System Red Green Blue C M Y K H S L
Decimal 187 40 238 0.21 0.83 0 0.07 284.55 0.85 0.55
Hex BB 28 EE 15 53 0 7 11D 55 37
Octal 273 50 356 25 123 0 7 435 125 67
Binary 10111011 101000 11101110 10101 1010011 0 111 100011101 1010101 110111

Color Harmonies of #BB28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28EE

Black with #BB28EE

Text Example


Text Example

White with #BB28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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