#BA3283

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

Shades of Medium Red Violet #BA3283

Tints of Medium Red Violet #BA3283

Color information

#BA3283 (or 0xBA3283) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and 83. RGB value is (186,50,131). Sum of RGB (Red+Green+Blue) = 186+50+131=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3283 is #45CD7C. Grayscale: #636363. Windows color (decimal): -4574589 or 8598202. OLE color: 8598202.

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

Color convert

RGB18650131-
CMYK00.730.300.27
HSL324.26º57.63%46.27%-
HSV(B)324.26º73.12%72.94%-
XYZ25.4914.3622.9-
YUV99.9145.56189.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=50.68%
G=13.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865013100.730.300.27324.2657.6346.27
HexBA32830491E1B1443a2e
Octal27262203011136335047256
Binary1011101011001010000011010010011111011011101000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3283; }

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

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

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

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

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

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

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

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