#B61491

Color #B61491 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B61491

Tints of Medium Violet Red #B61491

Color information

#B61491 (or 0xB61491) is unknown color: approx Medium Violet Red. HEX triplet: B6, 14 and 91. RGB value is (182,20,145). Sum of RGB (Red+Green+Blue) = 182+20+145=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B61491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61491 is #49EB6E. Grayscale: #525252. Windows color (decimal): -4844399 or 9508022. OLE color: 9508022.

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

Color convert

RGB18220145-
CMYK00.890.200.29
HSL313.7º80.2%39.61%-
HSV(B)313.7º89.01%71.37%-
XYZ24.6512.4927.9-
YUV82.69163.17198.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 20 (8.20% from 255) = 5.76%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=52.45%
G=5.76%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822014500.890.200.29313.780.239.61
HexB61491059141D13a5028
Octal266242210131243547212050
Binary1011011010100100100010101100110100111011001110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61491; }

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

 H1.HeaderClassName
 {
   color: #B61491;
 }
 .AnyTagClassName
 {
   color: #B61491;
 }
</style>
background-color css

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

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

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

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

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

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