Html Css Color HEX #B20594 Medium Violet Red

📋 copy color: '#B20594'

red 178 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #B20594

Tints of Medium Violet Red #B20594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 53.78%
G = 1.51%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B20594 (or 0xB20594) is known color: Medium Violet Red. HEX triplet: B2, 05 and 94. RGB value is (178,5,148). Sum of RGB (Red+Green+Blue) = 178+5+148=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20594 is #4DFA6B. Grayscale: #484848. Windows color (decimal): -5110380 or 9700786. OLE color: 9700786.

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

Color convert

RGB 178 5 148 -
CMYK 0 0.97 0.17 0.30
HSL 310.4º 0.95% 0.36% -
HSV(B) 310.4º 0.97% 0.7% -
XYZ 23.76 11.71 29.03 -
YUV 73.03 170.31 202.87 -
System Red Green Blue C M Y K H S L
Decimal 178 5 148 0 0.97 0.17 0.30 310.4 0.95 0.36
Hex B2 5 94 0 61 11 1E 136 5F 24
Octal 262 5 224 0 141 21 36 466 137 44
Binary 10110010 101 10010100 0 1100001 10001 11110 100110110 1011111 100100

Color Harmonies of #B20594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20594

Black with #B20594

Text Example


Text Example

White with #B20594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20594; }

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

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

background-color css

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

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

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

border-color css

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

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

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