Html Css Color HEX #B20D91 Medium Violet Red

📋 copy color: '#B20D91'

red 178 ◦ green 13 ◦ blue 145

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

Shades of Medium Violet Red #B20D91

Tints of Medium Violet Red #B20D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 52.98%
G = 3.87%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20D91 (or 0xB20D91) is known color: Medium Violet Red. HEX triplet: B2, 0D and 91. RGB value is (178,13,145). Sum of RGB (Red+Green+Blue) = 178+13+145=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D91 is #4DF26E. Grayscale: #4D4D4D. Windows color (decimal): -5108335 or 9506226. OLE color: 9506226.

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

Color convert

RGB 178 13 145 -
CMYK 0 0.93 0.19 0.30
HSL 312º 0.86% 0.37% -
HSV(B) 312º 0.93% 0.7% -
XYZ 23.61 11.8 27.82 -
YUV 77.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 178 13 145 0 0.93 0.19 0.30 312 0.86 0.37
Hex B2 D 91 0 5D 13 1E 138 56 25
Octal 262 15 221 0 135 23 36 470 126 45
Binary 10110010 1101 10010001 0 1011101 10011 11110 100111000 1010110 100101

Color Harmonies of #B20D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D91

Black with #B20D91

Text Example


Text Example

White with #B20D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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