Html Css Color HEX #B51975 Medium Violet Red

📋 copy color: '#B51975'

red 181 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #B51975

Tints of Medium Violet Red #B51975

RGB

 RED value IS 181 (71.09% from 255) = 56.04%

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 56.04%
G = 7.74%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B51975 (or 0xB51975) is known color: Medium Violet Red. HEX triplet: B5, 19 and 75. RGB value is (181,25,117). Sum of RGB (Red+Green+Blue) = 181+25+117=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B51975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51975 is #4AE68A. Grayscale: #515151. Windows color (decimal): -4908683 or 7674293. OLE color: 7674293.

HSL color Cylindrical-coordinate representation of color #B51975: hue angle of 324.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51975 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 117 -
CMYK 0 0.86 0.35 0.29
HSL 324.62º 0.76% 0.4% -
HSV(B) 324.62º 0.86% 0.71% -
XYZ 22.61 11.8 17.92 -
YUV 82.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 181 25 117 0 0.86 0.35 0.29 324.62 0.76 0.4
Hex B5 19 75 0 56 23 1D 145 4C 28
Octal 265 31 165 0 126 43 35 505 114 50
Binary 10110101 11001 1110101 0 1010110 100011 11101 101000101 1001100 101000

Color Harmonies of #B51975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51975

Black with #B51975

Text Example


Text Example

White with #B51975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51975; }

 p { color: rgb(181,25,117); }

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

background-color css

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

 a { background-color: rgb(181,25,117); }

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

border-color css

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

 span { border-color: rgb(181,25,117); }

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