#B93A89

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

Shades of Medium Red Violet #B93A89

Tints of Medium Red Violet #B93A89

Color information

#B93A89 (or 0xB93A89) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3A and 89. RGB value is (185,58,137). Sum of RGB (Red+Green+Blue) = 185+58+137=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A89 is #46C576. Grayscale: #686868. Windows color (decimal): -4638071 or 8993465. OLE color: 8993465.

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

Color convert

RGB18558137-
CMYK00.690.260.27
HSL322.68º52.26%47.65%-
HSV(B)322.68º68.65%72.55%-
XYZ26.0415.1525.22-
YUV104.98146.08185.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 58 (23.05% from 255) = 15.26%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=48.68%
G=15.26%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855813700.690.260.27322.6852.2647.65
HexB93A890451A1B1433430
Octal27172211010532335036460
Binary1011100111101010001001010001011101011011101000011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A89; }

 p { color: rgb(185,58,137); }

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

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

 a { background-color: rgb(185,58,137); }

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

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

 span { border-color: rgb(185,58,137); }

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