Html Css Color HEX #BB20BB Deep Magenta

📋 copy color: '#BB20BB'

red 187 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #BB20BB

Tints of Deep Magenta #BB20BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.88%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 46.06%
G = 7.88%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB20BB (or 0xBB20BB) is known color: Deep Magenta. HEX triplet: BB, 20 and BB. RGB value is (187,32,187). Sum of RGB (Red+Green+Blue) = 187+32+187=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20BB is #44DF44. Grayscale: #5F5F5F. Windows color (decimal): -4513605 or 12263611. OLE color: 12263611.

HSL color Cylindrical-coordinate representation of color #BB20BB: hue angle of 300º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20BB is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 187 -
CMYK 0 0.83 0 0.27
HSL 300º 0.71% 0.43% -
HSV(B) 300º 0.83% 0.73% -
XYZ 29.98 15.19 48.36 -
YUV 96.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 187 32 187 0 0.83 0 0.27 300 0.71 0.43
Hex BB 20 BB 0 53 0 1B 12C 47 2B
Octal 273 40 273 0 123 0 33 454 107 53
Binary 10111011 100000 10111011 0 1010011 0 11011 100101100 1000111 101011

Color Harmonies of #BB20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20BB

Black with #BB20BB

Text Example


Text Example

White with #BB20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20BB; }

 p { color: rgb(187,32,187); }

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

background-color css

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

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

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

border-color css

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

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

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