Html Css Color HEX #B51291 Medium Violet Red

📋 copy color: '#B51291'

red 181 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #B51291

Tints of Medium Violet Red #B51291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.23%

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

R = 52.62%
G = 5.23%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B51291 (or 0xB51291) is known color: Medium Violet Red. HEX triplet: B5, 12 and 91. RGB value is (181,18,145). Sum of RGB (Red+Green+Blue) = 181+18+145=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B51291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51291 is #4AED6E. Grayscale: #505050. Windows color (decimal): -4910447 or 9507509. OLE color: 9507509.

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

Color convert

RGB 181 18 145 -
CMYK 0 0.90 0.20 0.29
HSL 313.25º 0.82% 0.39% -
HSV(B) 313.25º 0.9% 0.71% -
XYZ 24.38 12.3 27.88 -
YUV 81.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 181 18 145 0 0.90 0.20 0.29 313.25 0.82 0.39
Hex B5 12 91 0 5A 14 1D 139 52 27
Octal 265 22 221 0 132 24 35 471 122 47
Binary 10110101 10010 10010001 0 1011010 10100 11101 100111001 1010010 100111

Color Harmonies of #B51291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51291

Black with #B51291

Text Example


Text Example

White with #B51291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51291; }

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

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

background-color css

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

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

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

border-color css

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

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

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