#BA246A

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

Shades of Medium Red Violet #BA246A

Tints of Medium Red Violet #BA246A

Color information

#BA246A (or 0xBA246A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 24 and 6A. RGB value is (186,36,106). Sum of RGB (Red+Green+Blue) = 186+36+106=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA246A is #45DB95. Grayscale: #585858. Windows color (decimal): -4578198 or 6956218. OLE color: 6956218.

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

Color convert

RGB18636106-
CMYK00.810.430.27
HSL332º67.57%43.53%-
HSV(B)332º80.65%72.94%-
XYZ23.4812.7414.86-
YUV88.83137.7197.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=56.71%
G=10.98%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863610600.810.430.2733267.5743.53
HexBA246A0512B1B14c442c
Octal272441520121533351410454
Binary10111010100100110101001010001101011110111010011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA246A; }

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

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

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

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

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

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

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

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