Html Css Color HEX #B31774 Medium Violet Red

📋 copy color: '#B31774'

red 179 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #B31774

Tints of Medium Violet Red #B31774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 56.29%
G = 7.23%
B = 36.48%

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

#B31774 (or 0xB31774) is known color: Medium Violet Red. HEX triplet: B3, 17 and 74. RGB value is (179,23,116). Sum of RGB (Red+Green+Blue) = 179+23+116=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31774 is #4CE88B. Grayscale: #505050. Windows color (decimal): -5040268 or 7608243. OLE color: 7608243.

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

Color convert

RGB 179 23 116 -
CMYK 0 0.87 0.35 0.30
HSL 324.23º 0.77% 0.4% -
HSV(B) 324.23º 0.87% 0.7% -
XYZ 22.05 11.46 17.57 -
YUV 80.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 179 23 116 0 0.87 0.35 0.30 324.23 0.77 0.4
Hex B3 17 74 0 57 23 1E 144 4D 28
Octal 263 27 164 0 127 43 36 504 115 50
Binary 10110011 10111 1110100 0 1010111 100011 11110 101000100 1001101 101000

Color Harmonies of #B31774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31774

Black with #B31774

Text Example


Text Example

White with #B31774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31774; }

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

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

background-color css

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

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

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

border-color css

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

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

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