Html Css Color HEX #B01B79 Medium Violet Red

📋 copy color: '#B01B79'

red 176 ◦ green 27 ◦ blue 121

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

Shades of Medium Violet Red #B01B79

Tints of Medium Violet Red #B01B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 54.32%
G = 8.33%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B01B79 (or 0xB01B79) is known color: Medium Violet Red. HEX triplet: B0, 1B and 79. RGB value is (176,27,121). Sum of RGB (Red+Green+Blue) = 176+27+121=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B79 is #4FE486. Grayscale: #525252. Windows color (decimal): -5235847 or 7936944. OLE color: 7936944.

HSL color Cylindrical-coordinate representation of color #B01B79: hue angle of 322.15º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B79 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 27 121 -
CMYK 0 0.85 0.31 0.31
HSL 322.15º 0.73% 0.4% -
HSV(B) 322.15º 0.85% 0.69% -
XYZ 21.75 11.39 19.14 -
YUV 82.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 176 27 121 0 0.85 0.31 0.31 322.15 0.73 0.4
Hex B0 1B 79 0 55 1F 1F 142 49 28
Octal 260 33 171 0 125 37 37 502 111 50
Binary 10110000 11011 1111001 0 1010101 11111 11111 101000010 1001001 101000

Color Harmonies of #B01B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B79

Black with #B01B79

Text Example


Text Example

White with #B01B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B79; }

 p { color: rgb(176,27,121); }

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

background-color css

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

 a { background-color: rgb(176,27,121); }

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

border-color css

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

 span { border-color: rgb(176,27,121); }

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