#BA2469

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

Shades of Medium Red Violet #BA2469

Tints of Medium Red Violet #BA2469

Color information

#BA2469 (or 0xBA2469) is unknown color: approx Medium Red Violet. HEX triplet: BA, 24 and 69. RGB value is (186,36,105). Sum of RGB (Red+Green+Blue) = 186+36+105=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2469 is #45DB96. Grayscale: #585858. Windows color (decimal): -4578199 or 6890682. OLE color: 6890682.

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

Color convert

RGB18636105-
CMYK00.810.440.27
HSL332.4º67.57%43.53%-
HSV(B)332.4º80.65%72.94%-
XYZ23.4312.7214.59-
YUV88.72137.2197.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=56.88%
G=11.01%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863610500.810.440.27332.467.5743.53
HexBA24690512C1B14c442c
Octal272441510121543351410454
Binary10111010100100110100101010001101100110111010011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2469; }

 p { color: rgb(186,36,105); }

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

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

 a { background-color: rgb(186,36,105); }

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

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

 span { border-color: rgb(186,36,105); }

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