#B9398A

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

Shades of Medium Red Violet #B9398A

Tints of Medium Red Violet #B9398A

Color information

#B9398A (or 0xB9398A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 8A. RGB value is (185,57,138). Sum of RGB (Red+Green+Blue) = 185+57+138=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9398A is #46C675. Grayscale: #686868. Windows color (decimal): -4638326 or 9058745. OLE color: 9058745.

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

Color convert

RGB18557138-
CMYK00.690.250.27
HSL322.03º52.89%47.45%-
HSV(B)322.03º69.19%72.55%-
XYZ26.0615.0825.58-
YUV104.51146.91185.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 57 (22.66% from 255) = 15%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=48.68%
G=15%
B=36.32%

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
Decimal1855713800.690.250.27322.0352.8947.45
HexB9398A045191B142352f
Octal27171212010531335026557
Binary1011100111100110001010010001011100111011101000010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9398A; }

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

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

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

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

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

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

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

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