Html Css Color HEX #B20491 Medium Violet Red

📋 copy color: '#B20491'

red 178 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #B20491

Tints of Medium Violet Red #B20491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 54.43%
G = 1.22%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20491 (or 0xB20491) is known color: Medium Violet Red. HEX triplet: B2, 04 and 91. RGB value is (178,4,145). Sum of RGB (Red+Green+Blue) = 178+4+145=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B20491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20491 is #4DFB6E. Grayscale: #474747. Windows color (decimal): -5110639 or 9503922. OLE color: 9503922.

HSL color Cylindrical-coordinate representation of color #B20491: hue angle of 311.38º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20491 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 145 -
CMYK 0 0.98 0.19 0.30
HSL 311.38º 0.96% 0.36% -
HSV(B) 311.38º 0.98% 0.7% -
XYZ 23.51 11.6 27.79 -
YUV 72.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 178 4 145 0 0.98 0.19 0.30 311.38 0.96 0.36
Hex B2 4 91 0 62 13 1E 137 60 24
Octal 262 4 221 0 142 23 36 467 140 44
Binary 10110010 100 10010001 0 1100010 10011 11110 100110111 1100000 100100

Color Harmonies of #B20491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20491

Black with #B20491

Text Example


Text Example

White with #B20491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20491; }

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

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

background-color css

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

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

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

border-color css

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

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

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