#BA258C

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

Shades of Medium Red Violet #BA258C

Tints of Medium Red Violet #BA258C

Color information

#BA258C (or 0xBA258C) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and 8C. RGB value is (186,37,140). Sum of RGB (Red+Green+Blue) = 186+37+140=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258C is #45DA73. Grayscale: #5D5D5D. Windows color (decimal): -4577908 or 9184698. OLE color: 9184698.

HSL color Cylindrical-coordinate representation of color #BA258C: hue angle of 318.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA258C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18637140-
CMYK00.800.250.27
HSL318.52º66.82%43.73%-
HSV(B)318.52º80.11%72.94%-
XYZ25.6413.6626.1-
YUV93.29154.36194.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 37 (14.84% from 255) = 10.19%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=51.24%
G=10.19%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863714000.800.250.27318.5266.8243.73
HexBA258C050191B13f432c
Octal272452140120313347710354
Binary10111010100101100011000101000011001110111001111111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA258C; }

 p { color: rgb(186,37,140); }

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

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

 a { background-color: rgb(186,37,140); }

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

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

 span { border-color: rgb(186,37,140); }

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