#B735A3

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

Shades of Medium Red Violet #B735A3

Tints of Medium Red Violet #B735A3

Color information

#B735A3 (or 0xB735A3) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and A3. RGB value is (183,53,163). Sum of RGB (Red+Green+Blue) = 183+53+163=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B735A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735A3 is #48CA5C. Grayscale: #686868. Windows color (decimal): -4770397 or 10696119. OLE color: 10696119.

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

Color convert

RGB18353163-
CMYK00.710.110.28
HSL309.23º55.08%46.27%-
HSV(B)309.23º71.04%71.76%-
XYZ27.4115.2636.15-
YUV104.41161.07184.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=45.86%
G=13.28%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835316300.710.110.28309.2355.0846.27
HexB735A3047B1C135372e
Octal26765243010713344656756
Binary101101111101011010001101000111101111100100110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735A3; }

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

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

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

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

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

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

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

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