#B0389A

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

Shades of Medium Red Violet #B0389A

Tints of Medium Red Violet #B0389A

Color information

#B0389A (or 0xB0389A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 9A. RGB value is (176,56,154). Sum of RGB (Red+Green+Blue) = 176+56+154=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0389A is #4FC765. Grayscale: #666666. Windows color (decimal): -5228390 or 10107056. OLE color: 10107056.

HSL color Cylindrical-coordinate representation of color #B0389A: hue angle of 311º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0389A is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17656154-
CMYK00.680.120.31
HSL311º51.72%45.49%-
HSV(B)311º68.18%69.02%-
XYZ25.1514.3932.02-
YUV103.05156.76180.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 56 (22.27% from 255) = 14.51%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=45.60%
G=14.51%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765615400.680.120.3131151.7245.49
HexB0389A044C1F137342d
Octal26070232010414374676455
Binary101100001110001001101001000100110011111100110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0389A; }

 p { color: rgb(176,56,154); }

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

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

 a { background-color: rgb(176,56,154); }

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

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

 span { border-color: rgb(176,56,154); }

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