#B932A5

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

Shades of Medium Red Violet #B932A5

Tints of Medium Red Violet #B932A5

Color information

#B932A5 (or 0xB932A5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 32 and A5. RGB value is (185,50,165). Sum of RGB (Red+Green+Blue) = 185+50+165=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B932A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932A5 is #46CD5A. Grayscale: #676767. Windows color (decimal): -4640091 or 10826425. OLE color: 10826425.

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

Color convert

RGB18550165-
CMYK00.730.110.27
HSL308.89º57.45%46.08%-
HSV(B)308.89º72.97%72.55%-
XYZ27.9415.3137.08-
YUV103.48162.73186.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 50 (19.92% from 255) = 12.5%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=46.25%
G=12.5%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855016500.730.110.27308.8957.4546.08
HexB932A5049B1B135392e
Octal27162245011113334657156
Binary101110011100101010010101001001101111011100110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932A5; }

 p { color: rgb(185,50,165); }

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

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

 a { background-color: rgb(185,50,165); }

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

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

 span { border-color: rgb(185,50,165); }

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