Html Css Color HEX #B20591 Medium Violet Red

📋 copy color: '#B20591'

red 178 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B20591

Tints of Medium Violet Red #B20591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 54.27%
G = 1.52%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20591 (or 0xB20591) is known color: Medium Violet Red. HEX triplet: B2, 05 and 91. RGB value is (178,5,145). Sum of RGB (Red+Green+Blue) = 178+5+145=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20591 is #4DFA6E. Grayscale: #484848. Windows color (decimal): -5110383 or 9504178. OLE color: 9504178.

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

Color convert

RGB 178 5 145 -
CMYK 0 0.97 0.19 0.30
HSL 311.45º 0.95% 0.36% -
HSV(B) 311.45º 0.97% 0.7% -
XYZ 23.53 11.62 27.79 -
YUV 72.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 178 5 145 0 0.97 0.19 0.30 311.45 0.95 0.36
Hex B2 5 91 0 61 13 1E 137 5F 24
Octal 262 5 221 0 141 23 36 467 137 44
Binary 10110010 101 10010001 0 1100001 10011 11110 100110111 1011111 100100

Color Harmonies of #B20591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20591

Black with #B20591

Text Example


Text Example

White with #B20591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20591; }

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

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

background-color css

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

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

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

border-color css

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

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

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