#B93A9C

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

Shades of Medium Red Violet #B93A9C

Tints of Medium Red Violet #B93A9C

Color information

#B93A9C (or 0xB93A9C) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3A and 9C. RGB value is (185,58,156). Sum of RGB (Red+Green+Blue) = 185+58+156=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A9C is #46C563. Grayscale: #6A6A6A. Windows color (decimal): -4638052 or 10238649. OLE color: 10238649.

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

Color convert

RGB18558156-
CMYK00.690.160.27
HSL313.7º52.26%47.65%-
HSV(B)313.7º68.65%72.55%-
XYZ27.5215.7433.04-
YUV107.14155.58183.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 58 (23.05% from 255) = 14.54%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=46.37%
G=14.54%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855815600.690.160.27313.752.2647.65
HexB93A9C045101B13a3430
Octal27172234010520334726460
Binary1011100111101010011100010001011000011011100111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A9C; }

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

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

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

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

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

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

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

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