#BA6BDD

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

Shades of Medium Orchid #BA6BDD

Tints of Medium Orchid #BA6BDD

Color information

#BA6BDD (or 0xBA6BDD) is unknown color: approx Medium Orchid. HEX triplet: BA, 6B and DD. RGB value is (186,107,221). Sum of RGB (Red+Green+Blue) = 186+107+221=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDD is #459422. Grayscale: #8F8F8F. Windows color (decimal): -4559907 or 14511034. OLE color: 14511034.

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

Color convert

RGB186107221-
CMYK0.160.5200.13
HSL281.58º62.64%64.31%-
HSV(B)281.58º51.58%86.67%-
XYZ38.5626.1771.43-
YUV143.62171.67158.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=36.19%
G=20.82%
B=43.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861072210.160.5200.13281.5862.6464.31
HexBA6BDD10340D11a3f40
Octal272153335206401543277100
Binary1011101011010111101110110000110100011011000110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BDD; }

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

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

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

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

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

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

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

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