#B93990

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

Shades of Medium Red Violet #B93990

Tints of Medium Red Violet #B93990

Color information

#B93990 (or 0xB93990) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 90. RGB value is (185,57,144). Sum of RGB (Red+Green+Blue) = 185+57+144=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93990 is #46C66F. Grayscale: #686868. Windows color (decimal): -4638320 or 9451961. OLE color: 9451961.

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

Color convert

RGB18557144-
CMYK00.690.220.27
HSL319.22º52.89%47.45%-
HSV(B)319.22º69.19%72.55%-
XYZ26.515.2527.93-
YUV105.19149.91184.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=47.93%
G=14.77%
B=37.31%

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
Decimal1855714400.690.220.27319.2252.8947.45
HexB93990045161B13f352f
Octal27171220010526334776557
Binary1011100111100110010000010001011011011011100111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93990; }

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

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

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

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

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

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

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

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