#BA3075

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

Shades of Medium Red Violet #BA3075

Tints of Medium Red Violet #BA3075

Color information

#BA3075 (or 0xBA3075) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 75. RGB value is (186,48,117). Sum of RGB (Red+Green+Blue) = 186+48+117=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3075 is #45CF8A. Grayscale: #606060. Windows color (decimal): -4575115 or 7680186. OLE color: 7680186.

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

Color convert

RGB18648117-
CMYK00.740.370.27
HSL330º58.97%45.88%-
HSV(B)330º74.19%72.94%-
XYZ24.5213.8418.21-
YUV97.13139.22191.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 48 (19.14% from 255) = 13.68%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=52.99%
G=13.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864811700.740.370.2733058.9745.88
HexBA307504A251B14a3b2e
Octal27260165011245335127356
Binary1011101011000011101010100101010010111011101001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3075; }

 p { color: rgb(186,48,117); }

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

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

 a { background-color: rgb(186,48,117); }

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

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

 span { border-color: rgb(186,48,117); }

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