#BA1D92

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

Shades of Medium Violet Red #BA1D92

Tints of Medium Violet Red #BA1D92

Color information

#BA1D92 (or 0xBA1D92) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1D and 92. RGB value is (186,29,146). Sum of RGB (Red+Green+Blue) = 186+29+146=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D92 is #45E26D. Grayscale: #585858. Windows color (decimal): -4579950 or 9575866. OLE color: 9575866.

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

Color convert

RGB18629146-
CMYK00.840.220.27
HSL315.29º73.02%42.16%-
HSV(B)315.29º84.41%72.94%-
XYZ25.8813.3928.42-
YUV89.28160.01196.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=51.52%
G=8.03%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862914600.840.220.27315.2973.0242.16
HexBA1D92054161B13b492a
Octal272352220124263347311152
Binary1011101011101100100100101010010110110111001110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D92; }

 p { color: rgb(186,29,146); }

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

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

 a { background-color: rgb(186,29,146); }

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

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

 span { border-color: rgb(186,29,146); }

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