#B93576

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

Shades of Medium Red Violet #B93576

Tints of Medium Red Violet #B93576

Color information

#B93576 (or 0xB93576) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and 76. RGB value is (185,53,118). Sum of RGB (Red+Green+Blue) = 185+53+118=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93576 is #46CA89. Grayscale: #636363. Windows color (decimal): -4639370 or 7747001. OLE color: 7747001.

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

Color convert

RGB18553118-
CMYK00.710.360.27
HSL330.45º55.46%46.67%-
HSV(B)330.45º71.35%72.55%-
XYZ24.5514.1718.58-
YUV99.88138.23188.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=51.97%
G=14.89%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855311800.710.360.27330.4555.4646.67
HexB93576047241B14a372f
Octal27165166010744335126757
Binary1011100111010111101100100011110010011011101001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93576; }

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

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

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

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

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

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

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

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