Html Css Color HEX #B20DCF Deep Magenta

📋 copy color: '#B20DCF'

red 178 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #B20DCF

Tints of Deep Magenta #B20DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 44.72%
G = 3.27%
B = 52.01%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B20DCF (or 0xB20DCF) is known color: Deep Magenta. HEX triplet: B2, 0D and CF. RGB value is (178,13,207). Sum of RGB (Red+Green+Blue) = 178+13+207=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B20DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCF is #4DF230. Grayscale: #535353. Windows color (decimal): -5108273 or 13569458. OLE color: 13569458.

HSL color Cylindrical-coordinate representation of color #B20DCF: hue angle of 291.03º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DCF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 13 207 -
CMYK 0.14 0.94 0 0.19
HSL 291.03º 0.88% 0.43% -
HSV(B) 291.03º 0.94% 0.81% -
XYZ 29.77 14.26 60.21 -
YUV 84.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 178 13 207 0.14 0.94 0 0.19 291.03 0.88 0.43
Hex B2 D CF E 5E 0 13 123 58 2B
Octal 262 15 317 16 136 0 23 443 130 53
Binary 10110010 1101 11001111 1110 1011110 0 10011 100100011 1011000 101011

Color Harmonies of #B20DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DCF

Black with #B20DCF

Text Example


Text Example

White with #B20DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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