#B93680

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

Shades of Medium Red Violet #B93680

Tints of Medium Red Violet #B93680

Color information

#B93680 (or 0xB93680) is unknown color: approx Medium Red Violet. HEX triplet: B9, 36 and 80. RGB value is (185,54,128). Sum of RGB (Red+Green+Blue) = 185+54+128=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B93680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93680 is #46C97F. Grayscale: #656565. Windows color (decimal): -4639104 or 8402617. OLE color: 8402617.

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

Color convert

RGB18554128-
CMYK00.710.310.27
HSL326.11º54.81%46.86%-
HSV(B)326.11º70.81%72.55%-
XYZ25.2214.5121.89-
YUV101.6142.9187.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=50.41%
G=14.71%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855412800.710.310.27326.1154.8146.86
HexB936800471F1B146372f
Octal27166200010737335066757
Binary1011100111011010000000010001111111111011101000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93680; }

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

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

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

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

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

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

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

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