#B91D91

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

Shades of Medium Violet Red #B91D91

Tints of Medium Violet Red #B91D91

Color information

#B91D91 (or 0xB91D91) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1D and 91. RGB value is (185,29,145). Sum of RGB (Red+Green+Blue) = 185+29+145=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D91 is #46E26E. Grayscale: #585858. Windows color (decimal): -4645487 or 9510329. OLE color: 9510329.

HSL color Cylindrical-coordinate representation of color #B91D91: hue angle of 315.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D91 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18529145-
CMYK00.840.220.27
HSL315.38º72.9%41.96%-
HSV(B)315.38º84.32%72.55%-
XYZ25.5613.2428-
YUV88.87159.68196.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 29 (11.72% from 255) = 8.08%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=51.53%
G=8.08%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852914500.840.220.27315.3872.941.96
HexB91D91054161B13b492a
Octal271352210124263347311152
Binary1011100111101100100010101010010110110111001110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D91; }

 p { color: rgb(185,29,145); }

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

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

 a { background-color: rgb(185,29,145); }

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

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

 span { border-color: rgb(185,29,145); }

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