#B13785

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

Shades of Medium Red Violet #B13785

Tints of Medium Red Violet #B13785

Color information

#B13785 (or 0xB13785) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 85. RGB value is (177,55,133). Sum of RGB (Red+Green+Blue) = 177+55+133=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13785 is #4EC87A. Grayscale: #646464. Windows color (decimal): -5163131 or 8730545. OLE color: 8730545.

HSL color Cylindrical-coordinate representation of color #B13785: hue angle of 321.64º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13785 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17755133-
CMYK00.690.250.31
HSL321.64º52.59%45.49%-
HSV(B)321.64º68.93%69.41%-
XYZ23.7313.7723.6-
YUV100.37146.42182.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=48.49%
G=15.07%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775513300.690.250.31321.6452.5945.49
HexB13785045191F142352d
Octal26167205010531375026555
Binary1011000111011110000101010001011100111111101000010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13785; }

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

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

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

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

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

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

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

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