#BA008D

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

Shades of Medium Violet Red #BA008D

Tints of Medium Violet Red #BA008D

Color information

#BA008D (or 0xBA008D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 8D. RGB value is (186,0,141). Sum of RGB (Red+Green+Blue) = 186+0+141=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008D is #45FF72. Grayscale: #474747. Windows color (decimal): -4587379 or 9240762. OLE color: 9240762.

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

Color convert

RGB1860141-
CMYK010.240.27
HSL314.52º100%36.47%-
HSV(B)314.52º100%72.94%-
XYZ25.0612.3626.26-
YUV71.69167.12209.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=56.88%
G=0%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860141010.240.27314.5210036.47
HexBA08D064181B13b6424
Octal27202150144303347314444
Binary101110100100011010110010011000110111001110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA008D; }

 p { color: rgb(186,0,141); }

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

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

 a { background-color: rgb(186,0,141); }

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

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

 span { border-color: rgb(186,0,141); }

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