#B9398B

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

Shades of Medium Red Violet #B9398B

Tints of Medium Red Violet #B9398B

Color information

#B9398B (or 0xB9398B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 8B. RGB value is (185,57,139). Sum of RGB (Red+Green+Blue) = 185+57+139=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9398B is #46C674. Grayscale: #686868. Windows color (decimal): -4638325 or 9124281. OLE color: 9124281.

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

Color convert

RGB18557139-
CMYK00.690.250.27
HSL321.56º52.89%47.45%-
HSV(B)321.56º69.19%72.55%-
XYZ26.1315.125.96-
YUV104.62147.41185.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=48.56%
G=14.96%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855713900.690.250.27321.5652.8947.45
HexB9398B045191B142352f
Octal27171213010531335026557
Binary1011100111100110001011010001011100111011101000010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9398B; }

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

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

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

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

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

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

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

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