#B9388E

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

Shades of Medium Red Violet #B9388E

Tints of Medium Red Violet #B9388E

Color information

#B9388E (or 0xB9388E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 38 and 8E. RGB value is (185,56,142). Sum of RGB (Red+Green+Blue) = 185+56+142=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9388E is #46C771. Grayscale: #686868. Windows color (decimal): -4638578 or 9320633. OLE color: 9320633.

HSL color Cylindrical-coordinate representation of color #B9388E: hue angle of 320º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9388E is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18556142-
CMYK00.700.230.27
HSL320º53.53%47.25%-
HSV(B)320º69.73%72.55%-
XYZ26.315.127.12-
YUV104.38149.24185.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 56 (22.27% from 255) = 14.62%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=48.30%
G=14.62%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855614200.700.230.2732053.5347.25
HexB9388E046171B140362f
Octal27170216010627335006657
Binary1011100111100010001110010001101011111011101000000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9388E; }

 p { color: rgb(185,56,142); }

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

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

 a { background-color: rgb(185,56,142); }

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

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

 span { border-color: rgb(185,56,142); }

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