Html Css Color HEX #B20DBE Deep Magenta

📋 copy color: '#B20DBE'

red 178 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #B20DBE

Tints of Deep Magenta #B20DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 46.72%
G = 3.41%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B20DBE (or 0xB20DBE) is known color: Deep Magenta. HEX triplet: B2, 0D and BE. RGB value is (178,13,190). Sum of RGB (Red+Green+Blue) = 178+13+190=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #B20DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DBE is #4DF241. Grayscale: #515151. Windows color (decimal): -5108290 or 12455346. OLE color: 12455346.

HSL color Cylindrical-coordinate representation of color #B20DBE: hue angle of 295.93º 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 #B20DBE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 13 190 -
CMYK 0.06 0.93 0 0.25
HSL 295.93º 0.87% 0.4% -
HSV(B) 295.93º 0.93% 0.75% -
XYZ 27.8 13.47 49.85 -
YUV 82.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 178 13 190 0.06 0.93 0 0.25 295.93 0.87 0.4
Hex B2 D BE 6 5D 0 19 128 57 28
Octal 262 15 276 6 135 0 31 450 127 50
Binary 10110010 1101 10111110 110 1011101 0 11001 100101000 1010111 101000

Color Harmonies of #B20DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DBE

Black with #B20DBE

Text Example


Text Example

White with #B20DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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