Html Css Color HEX #B51D8C Medium Violet Red

📋 copy color: '#B51D8C'

red 181 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #B51D8C

Tints of Medium Violet Red #B51D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 51.71%
G = 8.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B51D8C (or 0xB51D8C) is known color: Medium Violet Red. HEX triplet: B5, 1D and 8C. RGB value is (181,29,140). Sum of RGB (Red+Green+Blue) = 181+29+140=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D8C is #4AE273. Grayscale: #565656. Windows color (decimal): -4907636 or 9182645. OLE color: 9182645.

HSL color Cylindrical-coordinate representation of color #B51D8C: hue angle of 316.18º 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 #B51D8C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 29 140 -
CMYK 0 0.84 0.23 0.29
HSL 316.18º 0.72% 0.41% -
HSV(B) 316.18º 0.84% 0.71% -
XYZ 24.23 12.6 25.97 -
YUV 87.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 181 29 140 0 0.84 0.23 0.29 316.18 0.72 0.41
Hex B5 1D 8C 0 54 17 1D 13C 48 29
Octal 265 35 214 0 124 27 35 474 110 51
Binary 10110101 11101 10001100 0 1010100 10111 11101 100111100 1001000 101001

Color Harmonies of #B51D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D8C

Black with #B51D8C

Text Example


Text Example

White with #B51D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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