Html Css Color HEX #B51575 Medium Violet Red

📋 copy color: '#B51575'

red 181 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #B51575

Tints of Medium Violet Red #B51575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

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

R = 56.74%
G = 6.58%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B51575 (or 0xB51575) is known color: Medium Violet Red. HEX triplet: B5, 15 and 75. RGB value is (181,21,117). Sum of RGB (Red+Green+Blue) = 181+21+117=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B51575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51575 is #4AEA8A. Grayscale: #4F4F4F. Windows color (decimal): -4909707 or 7673269. OLE color: 7673269.

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

Color convert

RGB 181 21 117 -
CMYK 0 0.88 0.35 0.29
HSL 324º 0.79% 0.4% -
HSV(B) 324º 0.88% 0.71% -
XYZ 22.54 11.64 17.89 -
YUV 79.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 181 21 117 0 0.88 0.35 0.29 324 0.79 0.4
Hex B5 15 75 0 58 23 1D 144 4F 28
Octal 265 25 165 0 130 43 35 504 117 50
Binary 10110101 10101 1110101 0 1011000 100011 11101 101000100 1001111 101000

Color Harmonies of #B51575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51575

Black with #B51575

Text Example


Text Example

White with #B51575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51575; }

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

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

background-color css

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

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

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

border-color css

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

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

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