Html Css Color HEX #BB21EB Electric Purple

📋 copy color: '#BB21EB'

red 187 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #BB21EB

Tints of Electric Purple #BB21EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.25%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 41.1%
G = 7.25%
B = 51.65%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB21EB (or 0xBB21EB) is known color: Electric Purple. HEX triplet: BB, 21 and EB. RGB value is (187,33,235). Sum of RGB (Red+Green+Blue) = 187+33+235=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB21EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB21EB is #44DE14. Grayscale: #656565. Windows color (decimal): -4513301 or 15409595. OLE color: 15409595.

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

Color convert

RGB 187 33 235 -
CMYK 0.20 0.86 0 0.08
HSL 285.74º 0.83% 0.53% -
HSV(B) 285.74º 0.86% 0.92% -
XYZ 36.03 17.65 80.11 -
YUV 102.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 187 33 235 0.20 0.86 0 0.08 285.74 0.83 0.53
Hex BB 21 EB 14 56 0 8 11E 53 35
Octal 273 41 353 24 126 0 10 436 123 65
Binary 10111011 100001 11101011 10100 1010110 0 1000 100011110 1010011 110101

Color Harmonies of #BB21EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21EB

Black with #BB21EB

Text Example


Text Example

White with #BB21EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21EB; }

 p { color: rgb(187,33,235); }

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

background-color css

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

 a { background-color: rgb(187,33,235); }

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

border-color css

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

 span { border-color: rgb(187,33,235); }

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