#B63785

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

Shades of Medium Red Violet #B63785

Tints of Medium Red Violet #B63785

Color information

#B63785 (or 0xB63785) is unknown color: approx Medium Red Violet. HEX triplet: B6, 37 and 85. RGB value is (182,55,133). Sum of RGB (Red+Green+Blue) = 182+55+133=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B63785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63785 is #49C87A. Grayscale: #656565. Windows color (decimal): -4835451 or 8730550. OLE color: 8730550.

HSL color Cylindrical-coordinate representation of color #B63785: hue angle of 323.15º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63785 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18255133-
CMYK00.700.270.29
HSL323.15º53.59%46.47%-
HSV(B)323.15º69.78%71.37%-
XYZ24.8914.3723.65-
YUV101.86145.58185.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=49.19%
G=14.86%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825513300.700.270.29323.1553.5946.47
HexB637850461B1D143362e
Octal26667205010633355036656
Binary1011011011011110000101010001101101111101101000011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63785; }

 p { color: rgb(182,55,133); }

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

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

 a { background-color: rgb(182,55,133); }

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

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

 span { border-color: rgb(182,55,133); }

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