#B936A0

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

Shades of Medium Red Violet #B936A0

Tints of Medium Red Violet #B936A0

Color information

#B936A0 (or 0xB936A0) is unknown color: approx Medium Red Violet. HEX triplet: B9, 36 and A0. RGB value is (185,54,160). Sum of RGB (Red+Green+Blue) = 185+54+160=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B936A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B936A0 is #46C95F. Grayscale: #686868. Windows color (decimal): -4639072 or 10499769. OLE color: 10499769.

HSL color Cylindrical-coordinate representation of color #B936A0: hue angle of 311.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B936A0 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18554160-
CMYK00.710.140.27
HSL311.45º54.81%46.86%-
HSV(B)311.45º70.81%72.55%-
XYZ27.6715.4934.79-
YUV105.25158.9184.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=46.37%
G=13.53%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855416000.710.140.27311.4554.8146.86
HexB936A0047E1B137372f
Octal27166240010716334676757
Binary101110011101101010000001000111111011011100110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B936A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B936A0; }

 p { color: rgb(185,54,160); }

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

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

 a { background-color: rgb(185,54,160); }

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

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

 span { border-color: rgb(185,54,160); }

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