#BA48D9

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

Shades of Medium Orchid #BA48D9

Tints of Medium Orchid #BA48D9

Color information

#BA48D9 (or 0xBA48D9) is unknown color: approx Medium Orchid. HEX triplet: BA, 48 and D9. RGB value is (186,72,217). Sum of RGB (Red+Green+Blue) = 186+72+217=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA48D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D9 is #45B726. Grayscale: #7A7A7A. Windows color (decimal): -4568871 or 14239930. OLE color: 14239930.

HSL color Cylindrical-coordinate representation of color #BA48D9: hue angle of 287.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA48D9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18672217-
CMYK0.140.6700.15
HSL287.17º65.61%56.67%-
HSV(B)287.17º66.82%85.1%-
XYZ35.0920.0867.67-
YUV122.62181.27173.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 72 (28.52% from 255) = 15.16%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=39.16%
G=15.16%
B=45.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186722170.140.6700.15287.1765.6156.67
HexBA48D9E430F11f4239
Octal2721103311610301743710271
Binary1011101010010001101100111101000011011111000111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48D9; }

 p { color: rgb(186,72,217); }

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

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

 a { background-color: rgb(186,72,217); }

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

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

 span { border-color: rgb(186,72,217); }

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