#BA226D

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

Shades of Medium Red Violet #BA226D

Tints of Medium Red Violet #BA226D

Color information

#BA226D (or 0xBA226D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 22 and 6D. RGB value is (186,34,109). Sum of RGB (Red+Green+Blue) = 186+34+109=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA226D is #45DD92. Grayscale: #575757. Windows color (decimal): -4578707 or 7152314. OLE color: 7152314.

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

Color convert

RGB18634109-
CMYK00.820.410.27
HSL330.39º69.09%43.14%-
HSV(B)330.39º81.72%72.94%-
XYZ23.5812.6915.67-
YUV88139.86197.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=56.53%
G=10.33%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863410900.820.410.27330.3969.0943.14
HexBA226D052291B14a452b
Octal272421550122513351210553
Binary10111010100010110110101010010101001110111010010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA226D; }

 p { color: rgb(186,34,109); }

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

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

 a { background-color: rgb(186,34,109); }

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

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

 span { border-color: rgb(186,34,109); }

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