#B935A3

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

Shades of Medium Red Violet #B935A3

Tints of Medium Red Violet #B935A3

Color information

#B935A3 (or 0xB935A3) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and A3. RGB value is (185,53,163). Sum of RGB (Red+Green+Blue) = 185+53+163=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A3 is #46CA5C. Grayscale: #686868. Windows color (decimal): -4639325 or 10696121. OLE color: 10696121.

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

Color convert

RGB18553163-
CMYK00.710.120.27
HSL310º55.46%46.67%-
HSV(B)310º71.35%72.55%-
XYZ27.8915.536.17-
YUV105.01160.73185.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 163 (64.06% from 255) = 40.65%
R=46.13%
G=13.22%
B=40.65%

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
Decimal1855316300.710.120.2731055.4646.67
HexB935A3047C1B136372f
Octal27165243010714334666757
Binary101110011101011010001101000111110011011100110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935A3; }

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

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

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

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

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

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

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

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