#BA2475

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

Shades of Medium Red Violet #BA2475

Tints of Medium Red Violet #BA2475

Color information

#BA2475 (or 0xBA2475) is unknown color: approx Medium Red Violet. HEX triplet: BA, 24 and 75. RGB value is (186,36,117). Sum of RGB (Red+Green+Blue) = 186+36+117=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2475 is #45DB8A. Grayscale: #595959. Windows color (decimal): -4578187 or 7677114. OLE color: 7677114.

HSL color Cylindrical-coordinate representation of color #BA2475: hue angle of 327.6º 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 #BA2475 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18636117-
CMYK00.810.370.27
HSL327.6º67.57%43.53%-
HSV(B)327.6º80.65%72.94%-
XYZ24.0912.9918.07-
YUV90.08143.2196.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=54.87%
G=10.62%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863611700.810.370.27327.667.5743.53
HexBA2475051251B148442c
Octal272441650121453351010454
Binary10111010100100111010101010001100101110111010010001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2475; }

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

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

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

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

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

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

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

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