#BA2569

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

Shades of Medium Red Violet #BA2569

Tints of Medium Red Violet #BA2569

Color information

#BA2569 (or 0xBA2569) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and 69. RGB value is (186,37,105). Sum of RGB (Red+Green+Blue) = 186+37+105=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2569 is #45DA96. Grayscale: #595959. Windows color (decimal): -4577943 or 6890938. OLE color: 6890938.

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

Color convert

RGB18637105-
CMYK00.800.440.27
HSL332.62º66.82%43.73%-
HSV(B)332.62º80.11%72.94%-
XYZ23.4612.7814.6-
YUV89.3136.86196.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=56.71%
G=11.28%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863710500.800.440.27332.6266.8243.73
HexBA25690502C1B14d432c
Octal272451510120543351510354
Binary10111010100101110100101010000101100110111010011011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2569; }

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

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

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

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

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

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

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

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