Html Css Color HEX #B20DCB Deep Magenta

📋 copy color: '#B20DCB'

red 178 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #B20DCB

Tints of Deep Magenta #B20DCB

RGB

 RED value IS 178 (69.92% from 255) = 45.18%

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 45.18%
G = 3.3%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20DCB (or 0xB20DCB) is known color: Deep Magenta. HEX triplet: B2, 0D and CB. RGB value is (178,13,203). Sum of RGB (Red+Green+Blue) = 178+13+203=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B20DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCB is #4DF234. Grayscale: #535353. Windows color (decimal): -5108277 or 13307314. OLE color: 13307314.

HSL color Cylindrical-coordinate representation of color #B20DCB: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DCB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 13 203 -
CMYK 0.12 0.94 0 0.20
HSL 292.11º 0.88% 0.42% -
HSV(B) 292.11º 0.94% 0.8% -
XYZ 29.28 14.06 57.67 -
YUV 84 195.16 195.05 -
System Red Green Blue C M Y K H S L
Decimal 178 13 203 0.12 0.94 0 0.20 292.11 0.88 0.42
Hex B2 D CB C 5E 0 14 124 58 2A
Octal 262 15 313 14 136 0 24 444 130 52
Binary 10110010 1101 11001011 1100 1011110 0 10100 100100100 1011000 101010

Color Harmonies of #B20DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DCB

Black with #B20DCB

Text Example


Text Example

White with #B20DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DCB; }

 p { color: rgb(178,13,203); }

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

background-color css

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

 a { background-color: rgb(178,13,203); }

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

border-color css

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

 span { border-color: rgb(178,13,203); }

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