Html Css Color HEX #B51491 Medium Violet Red

📋 copy color: '#B51491'

red 181 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #B51491

Tints of Medium Violet Red #B51491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 52.31%
G = 5.78%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B51491 (or 0xB51491) is known color: Medium Violet Red. HEX triplet: B5, 14 and 91. RGB value is (181,20,145). Sum of RGB (Red+Green+Blue) = 181+20+145=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B51491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51491 is #4AEB6E. Grayscale: #525252. Windows color (decimal): -4909935 or 9508021. OLE color: 9508021.

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

Color convert

RGB 181 20 145 -
CMYK 0 0.89 0.20 0.29
HSL 313.42º 0.8% 0.39% -
HSV(B) 313.42º 0.89% 0.71% -
XYZ 24.42 12.37 27.89 -
YUV 82.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 181 20 145 0 0.89 0.20 0.29 313.42 0.8 0.39
Hex B5 14 91 0 59 14 1D 139 50 27
Octal 265 24 221 0 131 24 35 471 120 47
Binary 10110101 10100 10010001 0 1011001 10100 11101 100111001 1010000 100111

Color Harmonies of #B51491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51491

Black with #B51491

Text Example


Text Example

White with #B51491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51491; }

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

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

background-color css

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

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

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

border-color css

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

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

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