Html Css Color HEX #B51C8F Medium Violet Red

📋 copy color: '#B51C8F'

red 181 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #B51C8F

Tints of Medium Violet Red #B51C8F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

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

R = 51.42%
G = 7.95%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B51C8F (or 0xB51C8F) is known color: Medium Violet Red. HEX triplet: B5, 1C and 8F. RGB value is (181,28,143). Sum of RGB (Red+Green+Blue) = 181+28+143=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51C8F is #4AE370. Grayscale: #565656. Windows color (decimal): -4907889 or 9378997. OLE color: 9378997.

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

Color convert

RGB 181 28 143 -
CMYK 0 0.85 0.21 0.29
HSL 314.9º 0.73% 0.41% -
HSV(B) 314.9º 0.85% 0.71% -
XYZ 24.43 12.64 27.14 -
YUV 86.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 181 28 143 0 0.85 0.21 0.29 314.9 0.73 0.41
Hex B5 1C 8F 0 55 15 1D 13B 49 29
Octal 265 34 217 0 125 25 35 473 111 51
Binary 10110101 11100 10001111 0 1010101 10101 11101 100111011 1001001 101001

Color Harmonies of #B51C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C8F

Black with #B51C8F

Text Example


Text Example

White with #B51C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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