#BA369B

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

Shades of Medium Red Violet #BA369B

Tints of Medium Red Violet #BA369B

Color information

#BA369B (or 0xBA369B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 9B. RGB value is (186,54,155). Sum of RGB (Red+Green+Blue) = 186+54+155=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369B is #45C964. Grayscale: #686868. Windows color (decimal): -4573541 or 10172090. OLE color: 10172090.

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

Color convert

RGB18654155-
CMYK00.710.170.27
HSL314.09º55%47.06%-
HSV(B)314.09º70.97%72.94%-
XYZ27.4915.4432.54-
YUV104.98156.23185.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 54 (21.48% from 255) = 13.67%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=47.09%
G=13.67%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865415500.710.170.27314.095547.06
HexBA369B047111B13a372f
Octal27266233010721334726757
Binary1011101011011010011011010001111000111011100111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA369B; }

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

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

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

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

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

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

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

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