#BA6CDD

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

Shades of Medium Orchid #BA6CDD

Tints of Medium Orchid #BA6CDD

Color information

#BA6CDD (or 0xBA6CDD) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and DD. RGB value is (186,108,221). Sum of RGB (Red+Green+Blue) = 186+108+221=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDD is #459322. Grayscale: #8F8F8F. Windows color (decimal): -4559651 or 14511290. OLE color: 14511290.

HSL color Cylindrical-coordinate representation of color #BA6CDD: hue angle of 281.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6CDD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186108221-
CMYK0.160.5100.13
HSL281.42º62.43%64.51%-
HSV(B)281.42º51.13%86.67%-
XYZ38.6626.3871.46-
YUV144.2171.34157.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=36.12%
G=20.97%
B=42.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861082210.160.5100.13281.4262.4364.51
HexBA6CDD10330D1193e41
Octal272154335206301543176101
Binary1011101011011001101110110000110011011011000110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CDD; }

 p { color: rgb(186,108,221); }

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

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

 a { background-color: rgb(186,108,221); }

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

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

 span { border-color: rgb(186,108,221); }

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