Html Css Color HEX #B31776 Medium Violet Red

📋 copy color: '#B31776'

red 179 ◦ green 23 ◦ blue 118

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

Shades of Medium Violet Red #B31776

Tints of Medium Violet Red #B31776

RGB

 RED value IS 179 (70.31% from 255) = 55.94%

 GREEN value IS 23 (9.38% from 255) = 7.19%

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

R = 55.94%
G = 7.19%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31776 (or 0xB31776) is known color: Medium Violet Red. HEX triplet: B3, 17 and 76. RGB value is (179,23,118). Sum of RGB (Red+Green+Blue) = 179+23+118=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B31776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31776 is #4CE889. Grayscale: #505050. Windows color (decimal): -5040266 or 7739315. OLE color: 7739315.

HSL color Cylindrical-coordinate representation of color #B31776: hue angle of 323.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31776 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 118 -
CMYK 0 0.87 0.34 0.30
HSL 323.46º 0.77% 0.4% -
HSV(B) 323.46º 0.87% 0.7% -
XYZ 22.17 11.5 18.19 -
YUV 80.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 179 23 118 0 0.87 0.34 0.30 323.46 0.77 0.4
Hex B3 17 76 0 57 22 1E 143 4D 28
Octal 263 27 166 0 127 42 36 503 115 50
Binary 10110011 10111 1110110 0 1010111 100010 11110 101000011 1001101 101000

Color Harmonies of #B31776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31776

Black with #B31776

Text Example


Text Example

White with #B31776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31776; }

 p { color: rgb(179,23,118); }

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

background-color css

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

 a { background-color: rgb(179,23,118); }

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

border-color css

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

 span { border-color: rgb(179,23,118); }

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