#B935A2

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

Shades of Medium Red Violet #B935A2

Tints of Medium Red Violet #B935A2

Color information

#B935A2 (or 0xB935A2) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and A2. RGB value is (185,53,162). Sum of RGB (Red+Green+Blue) = 185+53+162=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A2 is #46CA5D. Grayscale: #686868. Windows color (decimal): -4639326 or 10630585. OLE color: 10630585.

HSL color Cylindrical-coordinate representation of color #B935A2: hue angle of 310.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 #B935A2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18553162-
CMYK00.710.120.27
HSL310.45º55.46%46.67%-
HSV(B)310.45º71.35%72.55%-
XYZ27.815.4735.7-
YUV104.89160.23185.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 53 (21.09% from 255) = 13.25%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=46.25%
G=13.25%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855316200.710.120.27310.4555.4646.67
HexB935A2047C1B136372f
Octal27165242010714334666757
Binary101110011101011010001001000111110011011100110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935A2; }

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

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

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

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

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

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

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

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