Html Css Color HEX #B51D7C Medium Violet Red

📋 copy color: '#B51D7C'

red 181 ◦ green 29 ◦ blue 124

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

Shades of Medium Violet Red #B51D7C

Tints of Medium Violet Red #B51D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 54.19%
G = 8.68%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B51D7C (or 0xB51D7C) is known color: Medium Violet Red. HEX triplet: B5, 1D and 7C. RGB value is (181,29,124). Sum of RGB (Red+Green+Blue) = 181+29+124=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51D7C is #4AE283. Grayscale: #555555. Windows color (decimal): -4907652 or 8134069. OLE color: 8134069.

HSL color Cylindrical-coordinate representation of color #B51D7C: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D7C is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 29 124 -
CMYK 0 0.84 0.31 0.29
HSL 322.5º 0.72% 0.41% -
HSV(B) 322.5º 0.84% 0.71% -
XYZ 23.13 12.16 20.2 -
YUV 85.28 149.86 196.28 -
System Red Green Blue C M Y K H S L
Decimal 181 29 124 0 0.84 0.31 0.29 322.5 0.72 0.41
Hex B5 1D 7C 0 54 1F 1D 142 48 29
Octal 265 35 174 0 124 37 35 502 110 51
Binary 10110101 11101 1111100 0 1010100 11111 11101 101000010 1001000 101001

Color Harmonies of #B51D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D7C

Black with #B51D7C

Text Example


Text Example

White with #B51D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D7C; }

 p { color: rgb(181,29,124); }

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

background-color css

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

 a { background-color: rgb(181,29,124); }

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

border-color css

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

 span { border-color: rgb(181,29,124); }

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