#BA338E

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

Shades of Medium Red Violet #BA338E

Tints of Medium Red Violet #BA338E

Color information

#BA338E (or 0xBA338E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 8E. RGB value is (186,51,142). Sum of RGB (Red+Green+Blue) = 186+51+142=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338E is #45CC71. Grayscale: #656565. Windows color (decimal): -4574322 or 9319354. OLE color: 9319354.

HSL color Cylindrical-coordinate representation of color #BA338E: hue angle of 319.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA338E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18651142-
CMYK00.730.240.27
HSL319.56º56.96%46.47%-
HSV(B)319.56º72.58%72.94%-
XYZ26.3214.7627.05-
YUV101.74150.73188.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=49.08%
G=13.46%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865114200.730.240.27319.5656.9646.47
HexBA338E049181B140392e
Octal27263216011130335007156
Binary1011101011001110001110010010011100011011101000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA338E; }

 p { color: rgb(186,51,142); }

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

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

 a { background-color: rgb(186,51,142); }

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

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

 span { border-color: rgb(186,51,142); }

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