Html Css Color HEX #B01977 Medium Violet Red

📋 copy color: '#B01977'

red 176 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #B01977

Tints of Medium Violet Red #B01977

RGB

 RED value IS 176 (69.14% from 255) = 55%

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 55%
G = 7.81%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B01977 (or 0xB01977) is known color: Medium Violet Red. HEX triplet: B0, 19 and 77. RGB value is (176,25,119). Sum of RGB (Red+Green+Blue) = 176+25+119=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B01977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01977 is #4FE688. Grayscale: #505050. Windows color (decimal): -5236361 or 7805360. OLE color: 7805360.

HSL color Cylindrical-coordinate representation of color #B01977: hue angle of 322.65º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01977 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 119 -
CMYK 0 0.86 0.32 0.31
HSL 322.65º 0.75% 0.39% -
HSV(B) 322.65º 0.86% 0.69% -
XYZ 21.58 11.26 18.49 -
YUV 80.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 176 25 119 0 0.86 0.32 0.31 322.65 0.75 0.39
Hex B0 19 77 0 56 20 1F 143 4B 27
Octal 260 31 167 0 126 40 37 503 113 47
Binary 10110000 11001 1110111 0 1010110 100000 11111 101000011 1001011 100111

Color Harmonies of #B01977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01977

Black with #B01977

Text Example


Text Example

White with #B01977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01977; }

 p { color: rgb(176,25,119); }

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

background-color css

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

 a { background-color: rgb(176,25,119); }

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

border-color css

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

 span { border-color: rgb(176,25,119); }

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