Html Css Color HEX #B31676 Medium Violet Red

📋 copy color: '#B31676'

red 179 ◦ green 22 ◦ blue 118

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

Shades of Medium Violet Red #B31676

Tints of Medium Violet Red #B31676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

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

R = 56.11%
G = 6.9%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31676 (or 0xB31676) is known color: Medium Violet Red. HEX triplet: B3, 16 and 76. RGB value is (179,22,118). Sum of RGB (Red+Green+Blue) = 179+22+118=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B31676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31676 is #4CE989. Grayscale: #4F4F4F. Windows color (decimal): -5040522 or 7739059. OLE color: 7739059.

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

Color convert

RGB 179 22 118 -
CMYK 0 0.88 0.34 0.30
HSL 323.31º 0.78% 0.39% -
HSV(B) 323.31º 0.88% 0.7% -
XYZ 22.15 11.47 18.19 -
YUV 79.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 179 22 118 0 0.88 0.34 0.30 323.31 0.78 0.39
Hex B3 16 76 0 58 22 1E 143 4E 27
Octal 263 26 166 0 130 42 36 503 116 47
Binary 10110011 10110 1110110 0 1011000 100010 11110 101000011 1001110 100111

Color Harmonies of #B31676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31676

Black with #B31676

Text Example


Text Example

White with #B31676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31676; }

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

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

background-color css

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

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

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

border-color css

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

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

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