Html Css Color HEX #B51991 Medium Violet Red

📋 copy color: '#B51991'

red 181 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #B51991

Tints of Medium Violet Red #B51991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

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

R = 51.57%
G = 7.12%
B = 41.31%

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

#B51991 (or 0xB51991) is known color: Medium Violet Red. HEX triplet: B5, 19 and 91. RGB value is (181,25,145). Sum of RGB (Red+Green+Blue) = 181+25+145=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B51991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51991 is #4AE66E. Grayscale: #555555. Windows color (decimal): -4908655 or 9509301. OLE color: 9509301.

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

Color convert

RGB 181 25 145 -
CMYK 0 0.86 0.20 0.29
HSL 313.85º 0.76% 0.4% -
HSV(B) 313.85º 0.86% 0.71% -
XYZ 24.51 12.56 27.92 -
YUV 85.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 181 25 145 0 0.86 0.20 0.29 313.85 0.76 0.4
Hex B5 19 91 0 56 14 1D 13A 4C 28
Octal 265 31 221 0 126 24 35 472 114 50
Binary 10110101 11001 10010001 0 1010110 10100 11101 100111010 1001100 101000

Color Harmonies of #B51991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51991

Black with #B51991

Text Example


Text Example

White with #B51991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51991; }

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

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

background-color css

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

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

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

border-color css

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

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

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