#BA2D98

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

Shades of Medium Red Violet #BA2D98

Tints of Medium Red Violet #BA2D98

Color information

#BA2D98 (or 0xBA2D98) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2D and 98. RGB value is (186,45,152). Sum of RGB (Red+Green+Blue) = 186+45+152=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2D98 is #45D267. Grayscale: #636363. Windows color (decimal): -4575848 or 9973178. OLE color: 9973178.

HSL color Cylindrical-coordinate representation of color #BA2D98: hue angle of 314.47º degrees, saturation: 0.61, 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 #BA2D98 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18645152-
CMYK00.760.180.27
HSL314.47º61.04%45.29%-
HSV(B)314.47º75.81%72.94%-
XYZ26.8614.5831.11-
YUV99.36157.71189.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=48.56%
G=11.75%
B=39.69%

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
Decimal1864515200.760.180.27314.4761.0445.29
HexBA2D9804C121B13a3d2d
Octal27255230011422334727555
Binary1011101010110110011000010011001001011011100111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D98; }

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

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

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

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

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

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

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

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