#B93987

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

Shades of Medium Red Violet #B93987

Tints of Medium Red Violet #B93987

Color information

#B93987 (or 0xB93987) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 87. RGB value is (185,57,135). Sum of RGB (Red+Green+Blue) = 185+57+135=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B93987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93987 is #46C678. Grayscale: #676767. Windows color (decimal): -4638329 or 8862137. OLE color: 8862137.

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

Color convert

RGB18557135-
CMYK00.690.270.27
HSL323.44º52.89%47.45%-
HSV(B)323.44º69.19%72.55%-
XYZ25.8414.9924.45-
YUV104.16145.41185.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=49.07%
G=15.12%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855713500.690.270.27323.4452.8947.45
HexB939870451B1B143352f
Octal27171207010533335036557
Binary1011100111100110000111010001011101111011101000011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93987; }

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

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

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

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

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

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

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

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