Html Css Color HEX #BB20DC Deep Magenta

📋 copy color: '#BB20DC'

red 187 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #BB20DC

Tints of Deep Magenta #BB20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 42.6%
G = 7.29%
B = 50.11%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB20DC (or 0xBB20DC) is known color: Deep Magenta. HEX triplet: BB, 20 and DC. RGB value is (187,32,220). Sum of RGB (Red+Green+Blue) = 187+32+220=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20DC is #44DF23. Grayscale: #636363. Windows color (decimal): -4513572 or 14426299. OLE color: 14426299.

HSL color Cylindrical-coordinate representation of color #BB20DC: hue angle of 289.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB20DC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 32 220 -
CMYK 0.15 0.85 0 0.14
HSL 289.47º 0.75% 0.49% -
HSV(B) 289.47º 0.85% 0.86% -
XYZ 33.93 16.77 69.16 -
YUV 99.78 195.85 190.21 -
System Red Green Blue C M Y K H S L
Decimal 187 32 220 0.15 0.85 0 0.14 289.47 0.75 0.49
Hex BB 20 DC F 55 0 E 121 4B 31
Octal 273 40 334 17 125 0 16 441 113 61
Binary 10111011 100000 11011100 1111 1010101 0 1110 100100001 1001011 110001

Color Harmonies of #BB20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20DC

Black with #BB20DC

Text Example


Text Example

White with #BB20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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