#BA3698

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

Shades of Medium Red Violet #BA3698

Tints of Medium Red Violet #BA3698

Color information

#BA3698 (or 0xBA3698) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 98. RGB value is (186,54,152). Sum of RGB (Red+Green+Blue) = 186+54+152=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3698 is #45C967. Grayscale: #686868. Windows color (decimal): -4573544 or 9975482. OLE color: 9975482.

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

Color convert

RGB18654152-
CMYK00.710.180.27
HSL315.45º55%47.06%-
HSV(B)315.45º70.97%72.94%-
XYZ27.2415.3431.23-
YUV104.64154.73186.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=47.45%
G=13.78%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865415200.710.180.27315.455547.06
HexBA3698047121B13b372f
Octal27266230010722334736757
Binary1011101011011010011000010001111001011011100111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3698; }

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

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

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

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

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

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

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

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