Html Css Color HEX #B51175 Medium Violet Red

📋 copy color: '#B51175'

red 181 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #B51175

Tints of Medium Violet Red #B51175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

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

R = 57.46%
G = 5.4%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B51175 (or 0xB51175) is known color: Medium Violet Red. HEX triplet: B5, 11 and 75. RGB value is (181,17,117). Sum of RGB (Red+Green+Blue) = 181+17+117=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B51175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51175 is #4AEE8A. Grayscale: #4D4D4D. Windows color (decimal): -4910731 or 7672245. OLE color: 7672245.

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

Color convert

RGB 181 17 117 -
CMYK 0 0.91 0.35 0.29
HSL 323.41º 0.83% 0.39% -
HSV(B) 323.41º 0.91% 0.71% -
XYZ 22.47 11.51 17.87 -
YUV 77.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 181 17 117 0 0.91 0.35 0.29 323.41 0.83 0.39
Hex B5 11 75 0 5B 23 1D 143 53 27
Octal 265 21 165 0 133 43 35 503 123 47
Binary 10110101 10001 1110101 0 1011011 100011 11101 101000011 1010011 100111

Color Harmonies of #B51175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51175

Black with #B51175

Text Example


Text Example

White with #B51175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51175; }

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

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

background-color css

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

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

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

border-color css

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

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

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