#BA3678

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

Shades of Medium Red Violet #BA3678

Tints of Medium Red Violet #BA3678

Color information

#BA3678 (or 0xBA3678) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 78. RGB value is (186,54,120). Sum of RGB (Red+Green+Blue) = 186+54+120=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3678 is #45C987. Grayscale: #646464. Windows color (decimal): -4573576 or 7878330. OLE color: 7878330.

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

Color convert

RGB18654120-
CMYK00.710.350.27
HSL330º55%47.06%-
HSV(B)330º70.97%72.94%-
XYZ24.9614.4319.24-
YUV100.99138.73188.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=51.67%
G=15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865412000.710.350.273305547.06
HexBA3678047231B14a372f
Octal27266170010743335126757
Binary1011101011011011110000100011110001111011101001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3678; }

 p { color: rgb(186,54,120); }

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

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

 a { background-color: rgb(186,54,120); }

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

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

 span { border-color: rgb(186,54,120); }

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