#B91A75

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

Shades of Medium Violet Red #B91A75

Tints of Medium Violet Red #B91A75

Color information

#B91A75 (or 0xB91A75) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1A and 75. RGB value is (185,26,117). Sum of RGB (Red+Green+Blue) = 185+26+117=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91A75 is #46E58A. Grayscale: #535353. Windows color (decimal): -4646283 or 7674553. OLE color: 7674553.

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

Color convert

RGB18526117-
CMYK00.860.370.27
HSL325.66º75.36%41.37%-
HSV(B)325.66º85.95%72.55%-
XYZ23.5912.3417.97-
YUV83.92146.68200.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=56.40%
G=7.93%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852611700.860.370.27325.6675.3641.37
HexB91A75056251B1464b29
Octal271321650126453350611351
Binary1011100111010111010101010110100101110111010001101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91A75; }

 p { color: rgb(185,26,117); }

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

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

 a { background-color: rgb(185,26,117); }

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

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

 span { border-color: rgb(185,26,117); }

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