Html Css Color HEX #B20D8D Medium Violet Red

📋 copy color: '#B20D8D'

red 178 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #B20D8D

Tints of Medium Violet Red #B20D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 53.61%
G = 3.92%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B20D8D (or 0xB20D8D) is known color: Medium Violet Red. HEX triplet: B2, 0D and 8D. RGB value is (178,13,141). Sum of RGB (Red+Green+Blue) = 178+13+141=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D8D is #4DF272. Grayscale: #4C4C4C. Windows color (decimal): -5108339 or 9244082. OLE color: 9244082.

HSL color Cylindrical-coordinate representation of color #B20D8D: hue angle of 313.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 #B20D8D is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 141 -
CMYK 0 0.93 0.21 0.30
HSL 313.45º 0.86% 0.37% -
HSV(B) 313.45º 0.93% 0.7% -
XYZ 23.31 11.68 26.22 -
YUV 76.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 178 13 141 0 0.93 0.21 0.30 313.45 0.86 0.37
Hex B2 D 8D 0 5D 15 1E 139 56 25
Octal 262 15 215 0 135 25 36 471 126 45
Binary 10110010 1101 10001101 0 1011101 10101 11110 100111001 1010110 100101

Color Harmonies of #B20D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D8D

Black with #B20D8D

Text Example


Text Example

White with #B20D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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