#B93599

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

Shades of Medium Red Violet #B93599

Tints of Medium Red Violet #B93599

Color information

#B93599 (or 0xB93599) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and 99. RGB value is (185,53,153). Sum of RGB (Red+Green+Blue) = 185+53+153=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B93599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93599 is #46CA66. Grayscale: #676767. Windows color (decimal): -4639335 or 10040761. OLE color: 10040761.

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

Color convert

RGB18553153-
CMYK00.710.170.27
HSL314.55º55.46%46.67%-
HSV(B)314.55º71.35%72.55%-
XYZ27.0315.1631.64-
YUV103.87155.73185.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=47.31%
G=13.55%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855315300.710.170.27314.5555.4646.67
HexB93599047111B13b372f
Octal27165231010721334736757
Binary1011100111010110011001010001111000111011100111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93599; }

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

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

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

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

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

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

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

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