#B0398A

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

Shades of Medium Red Violet #B0398A

Tints of Medium Red Violet #B0398A

Color information

#B0398A (or 0xB0398A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 8A. RGB value is (176,57,138). Sum of RGB (Red+Green+Blue) = 176+57+138=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0398A is #4FC675. Grayscale: #656565. Windows color (decimal): -5228150 or 9058736. OLE color: 9058736.

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

Color convert

RGB17657138-
CMYK00.680.220.31
HSL319.16º51.07%45.69%-
HSV(B)319.16º67.61%69.02%-
XYZ23.9613.9925.48-
YUV101.82148.42180.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=47.44%
G=15.36%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765713800.680.220.31319.1651.0745.69
HexB0398A044161F13f332e
Octal26071212010426374776356
Binary1011000011100110001010010001001011011111100111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0398A; }

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

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

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

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

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

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

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

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