#B935A5

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

Shades of Medium Red Violet #B935A5

Tints of Medium Red Violet #B935A5

Color information

#B935A5 (or 0xB935A5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and A5. RGB value is (185,53,165). Sum of RGB (Red+Green+Blue) = 185+53+165=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A5 is #46CA5A. Grayscale: #686868. Windows color (decimal): -4639323 or 10827193. OLE color: 10827193.

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

Color convert

RGB18553165-
CMYK00.710.110.27
HSL309.09º55.46%46.67%-
HSV(B)309.09º71.35%72.55%-
XYZ28.0715.5837.12-
YUV105.24161.73184.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=45.91%
G=13.15%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855316500.710.110.27309.0955.4646.67
HexB935A5047B1B135372f
Octal27165245010713334656757
Binary101110011101011010010101000111101111011100110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935A5; }

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

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

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

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

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

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

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

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