#BA3375

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

Shades of Medium Red Violet #BA3375

Tints of Medium Red Violet #BA3375

Color information

#BA3375 (or 0xBA3375) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 75. RGB value is (186,51,117). Sum of RGB (Red+Green+Blue) = 186+51+117=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3375 is #45CC8A. Grayscale: #626262. Windows color (decimal): -4574347 or 7680954. OLE color: 7680954.

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

Color convert

RGB18651117-
CMYK00.730.370.27
HSL330.67º56.96%46.47%-
HSV(B)330.67º72.58%72.94%-
XYZ24.6414.0918.25-
YUV98.89138.23190.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=52.54%
G=14.41%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865111700.730.370.27330.6756.9646.47
HexBA3375049251B14b392e
Octal27263165011145335137156
Binary1011101011001111101010100100110010111011101001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3375; }

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

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

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

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

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

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

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

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