#B93981

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

Shades of Medium Red Violet #B93981

Tints of Medium Red Violet #B93981

Color information

#B93981 (or 0xB93981) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 81. RGB value is (185,57,129). Sum of RGB (Red+Green+Blue) = 185+57+129=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B93981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93981 is #46C67E. Grayscale: #676767. Windows color (decimal): -4638335 or 8468921. OLE color: 8468921.

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

Color convert

RGB18557129-
CMYK00.690.300.27
HSL326.25º52.89%47.45%-
HSV(B)326.25º69.19%72.55%-
XYZ25.4314.8322.29-
YUV103.48142.41186.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=49.87%
G=15.36%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855712900.690.300.27326.2552.8947.45
HexB939810451E1B146352f
Octal27171201010536335066557
Binary1011100111100110000001010001011111011011101000110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93981; }

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

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

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

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

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

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

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

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