Html Css Color HEX #BB21ED Electric Purple

📋 copy color: '#BB21ED'

red 187 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #BB21ED

Tints of Electric Purple #BB21ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 40.92%
G = 7.22%
B = 51.86%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB21ED (or 0xBB21ED) is known color: Electric Purple. HEX triplet: BB, 21 and ED. RGB value is (187,33,237). Sum of RGB (Red+Green+Blue) = 187+33+237=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB21ED is #44DE12. Grayscale: #656565. Windows color (decimal): -4513299 or 15540667. OLE color: 15540667.

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

Color convert

RGB 187 33 237 -
CMYK 0.21 0.86 0 0.07
HSL 285.29º 0.85% 0.53% -
HSV(B) 285.29º 0.86% 0.93% -
XYZ 36.32 17.77 81.64 -
YUV 102.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 187 33 237 0.21 0.86 0 0.07 285.29 0.85 0.53
Hex BB 21 ED 15 56 0 7 11D 55 35
Octal 273 41 355 25 126 0 7 435 125 65
Binary 10111011 100001 11101101 10101 1010110 0 111 100011101 1010101 110101

Color Harmonies of #BB21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21ED

Black with #BB21ED

Text Example


Text Example

White with #BB21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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