#B93390

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

Shades of Medium Red Violet #B93390

Tints of Medium Red Violet #B93390

Color information

#B93390 (or 0xB93390) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 90. RGB value is (185,51,144). Sum of RGB (Red+Green+Blue) = 185+51+144=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B93390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93390 is #46CC6F. Grayscale: #656565. Windows color (decimal): -4639856 or 9450425. OLE color: 9450425.

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

Color convert

RGB18551144-
CMYK00.720.220.27
HSL318.36º56.78%46.27%-
HSV(B)318.36º72.43%72.55%-
XYZ26.2314.727.84-
YUV101.67151.89187.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=48.68%
G=13.42%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855114400.720.220.27318.3656.7846.27
HexB93390048161B13e392e
Octal27163220011026334767156
Binary1011100111001110010000010010001011011011100111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93390; }

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

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

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

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

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

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

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

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