Html Css Color HEX #B31895 Medium Violet Red

📋 copy color: '#B31895'

red 179 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #B31895

Tints of Medium Violet Red #B31895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 50.85%
G = 6.82%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B31895 (or 0xB31895) is known color: Medium Violet Red. HEX triplet: B3, 18 and 95. RGB value is (179,24,149). Sum of RGB (Red+Green+Blue) = 179+24+149=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B31895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31895 is #4CE76A. Grayscale: #545454. Windows color (decimal): -5039979 or 9771187. OLE color: 9771187.

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

Color convert

RGB 179 24 149 -
CMYK 0 0.87 0.17 0.30
HSL 311.61º 0.76% 0.4% -
HSV(B) 311.61º 0.87% 0.7% -
XYZ 24.34 12.41 29.55 -
YUV 84.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 179 24 149 0 0.87 0.17 0.30 311.61 0.76 0.4
Hex B3 18 95 0 57 11 1E 138 4C 28
Octal 263 30 225 0 127 21 36 470 114 50
Binary 10110011 11000 10010101 0 1010111 10001 11110 100111000 1001100 101000

Color Harmonies of #B31895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31895

Black with #B31895

Text Example


Text Example

White with #B31895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31895; }

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

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

background-color css

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

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

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

border-color css

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

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

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