Html Css Color HEX #B31775 Medium Violet Red

📋 copy color: '#B31775'

red 179 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #B31775

Tints of Medium Violet Red #B31775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 56.11%
G = 7.21%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B31775 (or 0xB31775) is known color: Medium Violet Red. HEX triplet: B3, 17 and 75. RGB value is (179,23,117). Sum of RGB (Red+Green+Blue) = 179+23+117=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B31775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31775 is #4CE88A. Grayscale: #505050. Windows color (decimal): -5040267 or 7673779. OLE color: 7673779.

HSL color Cylindrical-coordinate representation of color #B31775: hue angle of 323.85º 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 #B31775 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 117 -
CMYK 0 0.87 0.35 0.30
HSL 323.85º 0.77% 0.4% -
HSV(B) 323.85º 0.87% 0.7% -
XYZ 22.11 11.48 17.88 -
YUV 80.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 179 23 117 0 0.87 0.35 0.30 323.85 0.77 0.4
Hex B3 17 75 0 57 23 1E 144 4D 28
Octal 263 27 165 0 127 43 36 504 115 50
Binary 10110011 10111 1110101 0 1010111 100011 11110 101000100 1001101 101000

Color Harmonies of #B31775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31775

Black with #B31775

Text Example


Text Example

White with #B31775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31775; }

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

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

background-color css

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

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

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

border-color css

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

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

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