#BA2C98

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

Shades of Medium Red Violet #BA2C98

Tints of Medium Red Violet #BA2C98

Color information

#BA2C98 (or 0xBA2C98) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2C and 98. RGB value is (186,44,152). Sum of RGB (Red+Green+Blue) = 186+44+152=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2C98 is #45D367. Grayscale: #626262. Windows color (decimal): -4576104 or 9972922. OLE color: 9972922.

HSL color Cylindrical-coordinate representation of color #BA2C98: hue angle of 314.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C98 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18644152-
CMYK00.760.180.27
HSL314.37º61.74%45.1%-
HSV(B)314.37º76.34%72.94%-
XYZ26.8214.5131.09-
YUV98.77158.04190.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 44 (17.58% from 255) = 11.52%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=48.69%
G=11.52%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864415200.760.180.27314.3761.7445.1
HexBA2C9804C121B13a3e2d
Octal27254230011422334727655
Binary1011101010110010011000010011001001011011100111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C98; }

 p { color: rgb(186,44,152); }

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

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

 a { background-color: rgb(186,44,152); }

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

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

 span { border-color: rgb(186,44,152); }

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