#BA3088

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

Shades of Medium Red Violet #BA3088

Tints of Medium Red Violet #BA3088

Color information

#BA3088 (or 0xBA3088) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 88. RGB value is (186,48,136). Sum of RGB (Red+Green+Blue) = 186+48+136=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3088 is #45CF77. Grayscale: #636363. Windows color (decimal): -4575096 or 8925370. OLE color: 8925370.

HSL color Cylindrical-coordinate representation of color #BA3088: hue angle of 321.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3088 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18648136-
CMYK00.740.270.27
HSL321.74º58.97%45.88%-
HSV(B)321.74º74.19%72.94%-
XYZ25.7514.3324.7-
YUV99.29148.72189.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=50.27%
G=12.97%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864813600.740.270.27321.7458.9745.88
HexBA308804A1B1B1423b2e
Octal27260210011233335027356
Binary1011101011000010001000010010101101111011101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3088; }

 p { color: rgb(186,48,136); }

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

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

 a { background-color: rgb(186,48,136); }

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

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

 span { border-color: rgb(186,48,136); }

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