Html Css Color HEX #B51D8F Medium Violet Red

📋 copy color: '#B51D8F'

red 181 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #B51D8F

Tints of Medium Violet Red #B51D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 51.27%
G = 8.22%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B51D8F (or 0xB51D8F) is known color: Medium Violet Red. HEX triplet: B5, 1D and 8F. RGB value is (181,29,143). Sum of RGB (Red+Green+Blue) = 181+29+143=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D8F is #4AE270. Grayscale: #575757. Windows color (decimal): -4907633 or 9379253. OLE color: 9379253.

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

Color convert

RGB 181 29 143 -
CMYK 0 0.84 0.21 0.29
HSL 315º 0.72% 0.41% -
HSV(B) 315º 0.84% 0.71% -
XYZ 24.45 12.69 27.15 -
YUV 87.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 181 29 143 0 0.84 0.21 0.29 315 0.72 0.41
Hex B5 1D 8F 0 54 15 1D 13B 48 29
Octal 265 35 217 0 124 25 35 473 110 51
Binary 10110101 11101 10001111 0 1010100 10101 11101 100111011 1001000 101001

Color Harmonies of #B51D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D8F

Black with #B51D8F

Text Example


Text Example

White with #B51D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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