#BA218B

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

Shades of Medium Violet Red #BA218B

Tints of Medium Violet Red #BA218B

Color information

#BA218B (or 0xBA218B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 8B. RGB value is (186,33,139). Sum of RGB (Red+Green+Blue) = 186+33+139=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA218B is #45DE74. Grayscale: #5A5A5A. Windows color (decimal): -4578933 or 9118138. OLE color: 9118138.

HSL color Cylindrical-coordinate representation of color #BA218B: hue angle of 318.43º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA218B is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18633139-
CMYK00.820.250.27
HSL318.43º69.86%42.94%-
HSV(B)318.43º82.26%72.94%-
XYZ25.4513.3925.67-
YUV90.83155.19195.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=51.96%
G=9.22%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863313900.820.250.27318.4369.8642.94
HexBA218B052191B13e462b
Octal272412130122313347610653
Binary10111010100001100010110101001011001110111001111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA218B; }

 p { color: rgb(186,33,139); }

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

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

 a { background-color: rgb(186,33,139); }

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

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

 span { border-color: rgb(186,33,139); }

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