#B0399B

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

Shades of Medium Red Violet #B0399B

Tints of Medium Red Violet #B0399B

Color information

#B0399B (or 0xB0399B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 9B. RGB value is (176,57,155). Sum of RGB (Red+Green+Blue) = 176+57+155=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0399B is #4FC664. Grayscale: #676767. Windows color (decimal): -5228133 or 10172848. OLE color: 10172848.

HSL color Cylindrical-coordinate representation of color #B0399B: hue angle of 310.59º 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 #B0399B is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17657155-
CMYK00.680.120.31
HSL310.59º51.07%45.69%-
HSV(B)310.59º67.61%69.02%-
XYZ25.2814.5232.48-
YUV103.75156.92179.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 57 (22.66% from 255) = 14.69%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=45.36%
G=14.69%
B=39.95%

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
Decimal1765715500.680.120.31310.5951.0745.69
HexB0399B044C1F137332e
Octal26071233010414374676356
Binary101100001110011001101101000100110011111100110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0399B; }

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

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

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

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

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

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

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

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