#B832A0

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

Shades of Medium Red Violet #B832A0

Tints of Medium Red Violet #B832A0

Color information

#B832A0 (or 0xB832A0) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and A0. RGB value is (184,50,160). Sum of RGB (Red+Green+Blue) = 184+50+160=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B832A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832A0 is #47CD5F. Grayscale: #666666. Windows color (decimal): -4705632 or 10498744. OLE color: 10498744.

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

Color convert

RGB18450160-
CMYK00.730.130.28
HSL310.75º57.26%45.88%-
HSV(B)310.75º72.83%72.16%-
XYZ27.2515.0134.72-
YUV102.61160.39186.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 50 (19.92% from 255) = 12.69%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=46.70%
G=12.69%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845016000.730.130.28310.7557.2645.88
HexB832A0049D1C137392e
Octal27062240011115344677156
Binary101110001100101010000001001001110111100100110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832A0; }

 p { color: rgb(184,50,160); }

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

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

 a { background-color: rgb(184,50,160); }

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

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

 span { border-color: rgb(184,50,160); }

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