#B91D9D

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

Shades of Medium Violet Red #B91D9D

Tints of Medium Violet Red #B91D9D

Color information

#B91D9D (or 0xB91D9D) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1D and 9D. RGB value is (185,29,157). Sum of RGB (Red+Green+Blue) = 185+29+157=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D9D is #46E262. Grayscale: #595959. Windows color (decimal): -4645475 or 10296761. OLE color: 10296761.

HSL color Cylindrical-coordinate representation of color #B91D9D: hue angle of 310.77º 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 #B91D9D is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18529157-
CMYK00.840.150.27
HSL310.77º72.9%41.96%-
HSV(B)310.77º84.32%72.55%-
XYZ26.5313.6333.13-
YUV90.24165.68195.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 29 (11.72% from 255) = 7.82%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=49.87%
G=7.82%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852915700.840.150.27310.7772.941.96
HexB91D9D054F1B137492a
Octal271352350124173346711152
Binary101110011110110011101010101001111110111001101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D9D; }

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

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

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

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

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

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

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

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