#B93980

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

Shades of Medium Red Violet #B93980

Tints of Medium Red Violet #B93980

Color information

#B93980 (or 0xB93980) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 80. RGB value is (185,57,128). Sum of RGB (Red+Green+Blue) = 185+57+128=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93980 is #46C67F. Grayscale: #676767. Windows color (decimal): -4638336 or 8403385. OLE color: 8403385.

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

Color convert

RGB18557128-
CMYK00.690.310.27
HSL326.72º52.89%47.45%-
HSV(B)326.72º69.19%72.55%-
XYZ25.3714.821.94-
YUV103.37141.91186.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=50%
G=15.41%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855712800.690.310.27326.7252.8947.45
HexB939800451F1B147352f
Octal27171200010537335076557
Binary1011100111100110000000010001011111111011101000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93980; }

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

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

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

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

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

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

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

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