#B93A88

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

Shades of Medium Red Violet #B93A88

Tints of Medium Red Violet #B93A88

Color information

#B93A88 (or 0xB93A88) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3A and 88. RGB value is (185,58,136). Sum of RGB (Red+Green+Blue) = 185+58+136=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A88 is #46C577. Grayscale: #686868. Windows color (decimal): -4638072 or 8927929. OLE color: 8927929.

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

Color convert

RGB18558136-
CMYK00.690.260.27
HSL323.15º52.26%47.65%-
HSV(B)323.15º68.65%72.55%-
XYZ25.9615.1224.84-
YUV104.86145.58185.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=48.81%
G=15.30%
B=35.88%

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
Decimal1855813600.690.260.27323.1552.2647.65
HexB93A880451A1B1433430
Octal27172210010532335036460
Binary1011100111101010001000010001011101011011101000011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A88; }

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

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

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

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

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

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

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

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