#BA368B

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

Shades of Medium Red Violet #BA368B

Tints of Medium Red Violet #BA368B

Color information

#BA368B (or 0xBA368B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 8B. RGB value is (186,54,139). Sum of RGB (Red+Green+Blue) = 186+54+139=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA368B is #45C974. Grayscale: #666666. Windows color (decimal): -4573557 or 9123514. OLE color: 9123514.

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

Color convert

RGB18654139-
CMYK00.710.250.27
HSL321.36º55%47.06%-
HSV(B)321.36º70.97%72.94%-
XYZ26.2314.9425.93-
YUV103.16148.23187.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=49.08%
G=14.25%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865413900.710.250.27321.365547.06
HexBA368B047191B141372f
Octal27266213010731335016757
Binary1011101011011010001011010001111100111011101000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA368B; }

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

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

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

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

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

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

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

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