#B9369E

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

Shades of Medium Red Violet #B9369E

Tints of Medium Red Violet #B9369E

Color information

#B9369E (or 0xB9369E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 36 and 9E. RGB value is (185,54,158). Sum of RGB (Red+Green+Blue) = 185+54+158=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9369E is #46C961. Grayscale: #686868. Windows color (decimal): -4639074 or 10368697. OLE color: 10368697.

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

Color convert

RGB18554158-
CMYK00.710.150.27
HSL312.37º54.81%46.86%-
HSV(B)312.37º70.81%72.55%-
XYZ27.515.4233.88-
YUV105.02157.9185.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=46.60%
G=13.60%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855415800.710.150.27312.3754.8146.86
HexB9369E047F1B138372f
Octal27166236010717334706757
Binary101110011101101001111001000111111111011100111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9369E; }

 p { color: rgb(185,54,158); }

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

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

 a { background-color: rgb(185,54,158); }

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

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

 span { border-color: rgb(185,54,158); }

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