#B93597

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

Shades of Medium Red Violet #B93597

Tints of Medium Red Violet #B93597

Color information

#B93597 (or 0xB93597) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and 97. RGB value is (185,53,151). Sum of RGB (Red+Green+Blue) = 185+53+151=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B93597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93597 is #46CA68. Grayscale: #676767. Windows color (decimal): -4639337 or 9909689. OLE color: 9909689.

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

Color convert

RGB18553151-
CMYK00.710.180.27
HSL315.45º55.46%46.67%-
HSV(B)315.45º71.35%72.55%-
XYZ26.8715.0930.78-
YUV103.64154.73186.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=47.56%
G=13.62%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855315100.710.180.27315.4555.4646.67
HexB93597047121B13b372f
Octal27165227010722334736757
Binary1011100111010110010111010001111001011011100111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93597; }

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

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

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

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

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

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

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

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