Html Css Color HEX #B31874 Medium Violet Red

📋 copy color: '#B31874'

red 179 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #B31874

Tints of Medium Violet Red #B31874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 56.11%
G = 7.52%
B = 36.36%

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

#B31874 (or 0xB31874) is known color: Medium Violet Red. HEX triplet: B3, 18 and 74. RGB value is (179,24,116). Sum of RGB (Red+Green+Blue) = 179+24+116=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B31874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31874 is #4CE78B. Grayscale: #505050. Windows color (decimal): -5040012 or 7608499. OLE color: 7608499.

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

Color convert

RGB 179 24 116 -
CMYK 0 0.87 0.35 0.30
HSL 324.39º 0.76% 0.4% -
HSV(B) 324.39º 0.87% 0.7% -
XYZ 22.07 11.5 17.58 -
YUV 80.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 179 24 116 0 0.87 0.35 0.30 324.39 0.76 0.4
Hex B3 18 74 0 57 23 1E 144 4C 28
Octal 263 30 164 0 127 43 36 504 114 50
Binary 10110011 11000 1110100 0 1010111 100011 11110 101000100 1001100 101000

Color Harmonies of #B31874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31874

Black with #B31874

Text Example


Text Example

White with #B31874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31874; }

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

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

background-color css

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

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

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

border-color css

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

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

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