#BA226E

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

Shades of Medium Red Violet #BA226E

Tints of Medium Red Violet #BA226E

Color information

#BA226E (or 0xBA226E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 22 and 6E. RGB value is (186,34,110). Sum of RGB (Red+Green+Blue) = 186+34+110=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA226E is #45DD91. Grayscale: #575757. Windows color (decimal): -4578706 or 7217850. OLE color: 7217850.

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

Color convert

RGB18634110-
CMYK00.820.410.27
HSL330º69.09%43.14%-
HSV(B)330º81.72%72.94%-
XYZ23.6412.7115.96-
YUV88.11140.36197.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 34 (13.67% from 255) = 10.30%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=56.36%
G=10.30%
B=33.33%

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
Decimal1863411000.820.410.2733069.0943.14
HexBA226E052291B14a452b
Octal272421560122513351210553
Binary10111010100010110111001010010101001110111010010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA226E; }

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

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

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

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

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

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

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

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