Html Css Color HEX #B01477 Medium Violet Red

📋 copy color: '#B01477'

red 176 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #B01477

Tints of Medium Violet Red #B01477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 55.87%
G = 6.35%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B01477 (or 0xB01477) is known color: Medium Violet Red. HEX triplet: B0, 14 and 77. RGB value is (176,20,119). Sum of RGB (Red+Green+Blue) = 176+20+119=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B01477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01477 is #4FEB88. Grayscale: #4D4D4D. Windows color (decimal): -5237641 or 7804080. OLE color: 7804080.

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

Color convert

RGB 176 20 119 -
CMYK 0 0.89 0.32 0.31
HSL 321.92º 0.8% 0.38% -
HSV(B) 321.92º 0.89% 0.69% -
XYZ 21.48 11.06 18.46 -
YUV 77.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 176 20 119 0 0.89 0.32 0.31 321.92 0.8 0.38
Hex B0 14 77 0 59 20 1F 142 50 26
Octal 260 24 167 0 131 40 37 502 120 46
Binary 10110000 10100 1110111 0 1011001 100000 11111 101000010 1010000 100110

Color Harmonies of #B01477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01477

Black with #B01477

Text Example


Text Example

White with #B01477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01477; }

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

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

background-color css

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

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

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

border-color css

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

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

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