Html Css Color HEX #B20DBF Deep Magenta

📋 copy color: '#B20DBF'

red 178 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #B20DBF

Tints of Deep Magenta #B20DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 46.6%
G = 3.4%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B20DBF (or 0xB20DBF) is known color: Deep Magenta. HEX triplet: B2, 0D and BF. RGB value is (178,13,191). Sum of RGB (Red+Green+Blue) = 178+13+191=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #B20DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DBF is #4DF240. Grayscale: #525252. Windows color (decimal): -5108289 or 12520882. OLE color: 12520882.

HSL color Cylindrical-coordinate representation of color #B20DBF: hue angle of 295.62º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DBF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 13 191 -
CMYK 0.07 0.93 0 0.25
HSL 295.62º 0.87% 0.4% -
HSV(B) 295.62º 0.93% 0.75% -
XYZ 27.91 13.51 50.43 -
YUV 82.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 178 13 191 0.07 0.93 0 0.25 295.62 0.87 0.4
Hex B2 D BF 7 5D 0 19 128 57 28
Octal 262 15 277 7 135 0 31 450 127 50
Binary 10110010 1101 10111111 111 1011101 0 11001 100101000 1010111 101000

Color Harmonies of #B20DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DBF

Black with #B20DBF

Text Example


Text Example

White with #B20DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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