#B937A2

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

Shades of Medium Red Violet #B937A2

Tints of Medium Red Violet #B937A2

Color information

#B937A2 (or 0xB937A2) is unknown color: approx Medium Red Violet. HEX triplet: B9, 37 and A2. RGB value is (185,55,162). Sum of RGB (Red+Green+Blue) = 185+55+162=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B937A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B937A2 is #46C85D. Grayscale: #696969. Windows color (decimal): -4638814 or 10631097. OLE color: 10631097.

HSL color Cylindrical-coordinate representation of color #B937A2: hue angle of 310.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B937A2 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18555162-
CMYK00.700.120.27
HSL310.62º54.17%47.06%-
HSV(B)310.62º70.27%72.55%-
XYZ27.915.6635.73-
YUV106.07159.57184.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=46.02%
G=13.68%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855516200.700.120.27310.6254.1747.06
HexB937A2046C1B137362f
Octal27167242010614334676657
Binary101110011101111010001001000110110011011100110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937A2; }

 p { color: rgb(185,55,162); }

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

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

 a { background-color: rgb(185,55,162); }

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

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

 span { border-color: rgb(185,55,162); }

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