#BA3277

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

Shades of Medium Red Violet #BA3277

Tints of Medium Red Violet #BA3277

Color information

#BA3277 (or 0xBA3277) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and 77. RGB value is (186,50,119). Sum of RGB (Red+Green+Blue) = 186+50+119=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3277 is #45CD88. Grayscale: #626262. Windows color (decimal): -4574601 or 7811770. OLE color: 7811770.

HSL color Cylindrical-coordinate representation of color #BA3277: hue angle of 329.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3277 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18650119-
CMYK00.730.360.27
HSL329.56º57.63%46.27%-
HSV(B)329.56º73.12%72.94%-
XYZ24.7214.0518.86-
YUV98.53139.56190.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=52.39%
G=14.08%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865011900.730.360.27329.5657.6346.27
HexBA3277049241B14a3a2e
Octal27262167011144335127256
Binary1011101011001011101110100100110010011011101001010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3277; }

 p { color: rgb(186,50,119); }

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

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

 a { background-color: rgb(186,50,119); }

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

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

 span { border-color: rgb(186,50,119); }

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