#BA188D

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

Shades of Medium Violet Red #BA188D

Tints of Medium Violet Red #BA188D

Color information

#BA188D (or 0xBA188D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 8D. RGB value is (186,24,141). Sum of RGB (Red+Green+Blue) = 186+24+141=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA188D is #45E772. Grayscale: #555555. Windows color (decimal): -4581235 or 9246906. OLE color: 9246906.

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

Color convert

RGB18624141-
CMYK00.870.240.27
HSL316.67º77.14%41.18%-
HSV(B)316.67º87.1%72.94%-
XYZ25.3813.0226.37-
YUV85.78159.17199.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=52.99%
G=6.84%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862414100.870.240.27316.6777.1441.18
HexBA188D057181B13d4d29
Octal272302150127303347511551
Binary1011101011000100011010101011111000110111001111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA188D; }

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

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

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

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

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

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

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

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