Html Css Color HEX #B20D82 Medium Violet Red

📋 copy color: '#B20D82'

red 178 ◦ green 13 ◦ blue 130

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

Shades of Medium Violet Red #B20D82

Tints of Medium Violet Red #B20D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 55.45%
G = 4.05%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B20D82 (or 0xB20D82) is known color: Medium Violet Red. HEX triplet: B2, 0D and 82. RGB value is (178,13,130). Sum of RGB (Red+Green+Blue) = 178+13+130=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D82 is #4DF27D. Grayscale: #4B4B4B. Windows color (decimal): -5108350 or 8523186. OLE color: 8523186.

HSL color Cylindrical-coordinate representation of color #B20D82: hue angle of 317.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D82 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 130 -
CMYK 0 0.93 0.27 0.30
HSL 317.45º 0.86% 0.37% -
HSV(B) 317.45º 0.93% 0.7% -
XYZ 22.53 11.36 22.13 -
YUV 75.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 178 13 130 0 0.93 0.27 0.30 317.45 0.86 0.37
Hex B2 D 82 0 5D 1B 1E 13D 56 25
Octal 262 15 202 0 135 33 36 475 126 45
Binary 10110010 1101 10000010 0 1011101 11011 11110 100111101 1010110 100101

Color Harmonies of #B20D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D82

Black with #B20D82

Text Example


Text Example

White with #B20D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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