Html Css Color HEX #B01376 Medium Violet Red

📋 copy color: '#B01376'

red 176 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #B01376

Tints of Medium Violet Red #B01376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 56.23%
G = 6.07%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B01376 (or 0xB01376) is known color: Medium Violet Red. HEX triplet: B0, 13 and 76. RGB value is (176,19,118). Sum of RGB (Red+Green+Blue) = 176+19+118=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B01376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01376 is #4FEC89. Grayscale: #4C4C4C. Windows color (decimal): -5237898 or 7738288. OLE color: 7738288.

HSL color Cylindrical-coordinate representation of color #B01376: hue angle of 322.17º degrees, saturation: 0.81, 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 #B01376 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 118 -
CMYK 0 0.89 0.33 0.31
HSL 322.17º 0.81% 0.38% -
HSV(B) 322.17º 0.89% 0.69% -
XYZ 21.41 11 18.14 -
YUV 77.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 176 19 118 0 0.89 0.33 0.31 322.17 0.81 0.38
Hex B0 13 76 0 59 21 1F 142 51 26
Octal 260 23 166 0 131 41 37 502 121 46
Binary 10110000 10011 1110110 0 1011001 100001 11111 101000010 1010001 100110

Color Harmonies of #B01376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01376

Black with #B01376

Text Example


Text Example

White with #B01376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01376; }

 p { color: rgb(176,19,118); }

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

background-color css

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

 a { background-color: rgb(176,19,118); }

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

border-color css

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

 span { border-color: rgb(176,19,118); }

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