#B93692

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

Shades of Medium Red Violet #B93692

Tints of Medium Red Violet #B93692

Color information

#B93692 (or 0xB93692) is unknown color: approx Medium Red Violet. HEX triplet: B9, 36 and 92. RGB value is (185,54,146). Sum of RGB (Red+Green+Blue) = 185+54+146=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93692 is #46C96D. Grayscale: #676767. Windows color (decimal): -4639086 or 9582265. OLE color: 9582265.

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

Color convert

RGB18554146-
CMYK00.710.210.27
HSL317.86º54.81%46.86%-
HSV(B)317.86º70.81%72.55%-
XYZ26.5215.0328.7-
YUV103.66151.9186.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=48.05%
G=14.03%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855414600.710.210.27317.8654.8146.86
HexB93692047151B13e372f
Octal27166222010725334766757
Binary1011100111011010010010010001111010111011100111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93692; }

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

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

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

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

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

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

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

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