#B93694

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

Shades of Medium Red Violet #B93694

Tints of Medium Red Violet #B93694

Color information

#B93694 (or 0xB93694) is unknown color: approx Medium Red Violet. HEX triplet: B9, 36 and 94. RGB value is (185,54,148). Sum of RGB (Red+Green+Blue) = 185+54+148=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B93694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93694 is #46C96B. Grayscale: #676767. Windows color (decimal): -4639084 or 9713337. OLE color: 9713337.

HSL color Cylindrical-coordinate representation of color #B93694: hue angle of 316.95º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93694 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18554148-
CMYK00.710.200.27
HSL316.95º54.81%46.86%-
HSV(B)316.95º70.81%72.55%-
XYZ26.6715.0929.52-
YUV103.88152.9185.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=47.80%
G=13.95%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855414800.710.200.27316.9554.8146.86
HexB93694047141B13d372f
Octal27166224010724334756757
Binary1011100111011010010100010001111010011011100111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93694; }

 p { color: rgb(185,54,148); }

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

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

 a { background-color: rgb(185,54,148); }

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

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

 span { border-color: rgb(185,54,148); }

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