#B0399D

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

Shades of Medium Red Violet #B0399D

Tints of Medium Red Violet #B0399D

Color information

#B0399D (or 0xB0399D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 9D. RGB value is (176,57,157). Sum of RGB (Red+Green+Blue) = 176+57+157=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0399D is #4FC662. Grayscale: #676767. Windows color (decimal): -5228131 or 10303920. OLE color: 10303920.

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

Color convert

RGB17657157-
CMYK00.680.110.31
HSL309.58º51.07%45.69%-
HSV(B)309.58º67.61%69.02%-
XYZ25.4514.5933.37-
YUV103.98157.92179.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=45.13%
G=14.62%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765715700.680.110.31309.5851.0745.69
HexB0399D044B1F136332e
Octal26071235010413374666356
Binary101100001110011001110101000100101111111100110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0399D; }

 p { color: rgb(176,57,157); }

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

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

 a { background-color: rgb(176,57,157); }

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

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

 span { border-color: rgb(176,57,157); }

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