#B93991

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

Shades of Medium Red Violet #B93991

Tints of Medium Red Violet #B93991

Color information

#B93991 (or 0xB93991) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 91. RGB value is (185,57,145). Sum of RGB (Red+Green+Blue) = 185+57+145=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B93991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93991 is #46C66E. Grayscale: #696969. Windows color (decimal): -4638319 or 9517497. OLE color: 9517497.

HSL color Cylindrical-coordinate representation of color #B93991: hue angle of 318.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93991 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18557145-
CMYK00.690.220.27
HSL318.75º52.89%47.45%-
HSV(B)318.75º69.19%72.55%-
XYZ26.5815.2828.34-
YUV105.3150.41184.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=47.80%
G=14.73%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855714500.690.220.27318.7552.8947.45
HexB93991045161B13f352f
Octal27171221010526334776557
Binary1011100111100110010001010001011011011011100111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93991; }

 p { color: rgb(185,57,145); }

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

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

 a { background-color: rgb(185,57,145); }

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

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

 span { border-color: rgb(185,57,145); }

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