#B93F9F

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

Shades of Medium Red Violet #B93F9F

Tints of Medium Red Violet #B93F9F

Color information

#B93F9F (or 0xB93F9F) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3F and 9F. RGB value is (185,63,159). Sum of RGB (Red+Green+Blue) = 185+63+159=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F9F is #46C060. Grayscale: #6E6E6E. Windows color (decimal): -4636769 or 10436537. OLE color: 10436537.

HSL color Cylindrical-coordinate representation of color #B93F9F: hue angle of 312.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F9F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18563159-
CMYK00.660.140.27
HSL312.79º49.19%48.63%-
HSV(B)312.79º65.95%72.55%-
XYZ28.0416.3734.48-
YUV110.42155.42181.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=45.45%
G=15.48%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856315900.660.140.27312.7949.1948.63
HexB93F9F042E1B1393131
Octal27177237010216334716161
Binary101110011111111001111101000010111011011100111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F9F; }

 p { color: rgb(185,63,159); }

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

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

 a { background-color: rgb(185,63,159); }

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

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

 span { border-color: rgb(185,63,159); }

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