#BA258E

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

Shades of Medium Red Violet #BA258E

Tints of Medium Red Violet #BA258E

Color information

#BA258E (or 0xBA258E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and 8E. RGB value is (186,37,142). Sum of RGB (Red+Green+Blue) = 186+37+142=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258E is #45DA71. Grayscale: #5D5D5D. Windows color (decimal): -4577906 or 9315770. OLE color: 9315770.

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

Color convert

RGB18637142-
CMYK00.800.240.27
HSL317.72º66.82%43.73%-
HSV(B)317.72º80.11%72.94%-
XYZ25.7913.7226.88-
YUV93.52155.36193.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=50.96%
G=10.14%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863714200.800.240.27317.7266.8243.73
HexBA258E050181B13e432c
Octal272452160120303347610354
Binary10111010100101100011100101000011000110111001111101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA258E; }

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

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

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

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

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

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

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

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