Html Css Color HEX #B51A91 Medium Violet Red

📋 copy color: '#B51A91'

red 181 ◦ green 26 ◦ blue 145

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

Shades of Medium Violet Red #B51A91

Tints of Medium Violet Red #B51A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 51.42%
G = 7.39%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B51A91 (or 0xB51A91) is known color: Medium Violet Red. HEX triplet: B5, 1A and 91. RGB value is (181,26,145). Sum of RGB (Red+Green+Blue) = 181+26+145=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51A91 is #4AE56E. Grayscale: #555555. Windows color (decimal): -4908399 or 9509557. OLE color: 9509557.

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

Color convert

RGB 181 26 145 -
CMYK 0 0.86 0.20 0.29
HSL 313.94º 0.75% 0.41% -
HSV(B) 313.94º 0.86% 0.71% -
XYZ 24.54 12.61 27.93 -
YUV 85.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 181 26 145 0 0.86 0.20 0.29 313.94 0.75 0.41
Hex B5 1A 91 0 56 14 1D 13A 4B 29
Octal 265 32 221 0 126 24 35 472 113 51
Binary 10110101 11010 10010001 0 1010110 10100 11101 100111010 1001011 101001

Color Harmonies of #B51A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A91

Black with #B51A91

Text Example


Text Example

White with #B51A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A91; }

 p { color: rgb(181,26,145); }

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

background-color css

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

 a { background-color: rgb(181,26,145); }

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

border-color css

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

 span { border-color: rgb(181,26,145); }

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