#BA6DCD

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

Shades of Medium Orchid #BA6DCD

Tints of Medium Orchid #BA6DCD

Color information

#BA6DCD (or 0xBA6DCD) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and CD. RGB value is (186,109,205). Sum of RGB (Red+Green+Blue) = 186+109+205=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCD is #459232. Grayscale: #8E8E8E. Windows color (decimal): -4559411 or 13462970. OLE color: 13462970.

HSL color Cylindrical-coordinate representation of color #BA6DCD: hue angle of 288.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6DCD is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186109205-
CMYK0.090.4700.20
HSL288.12º48.98%61.57%-
HSV(B)288.12º46.83%80.39%-
XYZ36.7425.7860.8-
YUV142.97163.01158.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=37.2%
G=21.8%
B=41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861092050.090.4700.20288.1248.9861.57
HexBA6DCD92F014120313e
Octal27215531511570244406176
Binary101110101101101110011011001101111010100100100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DCD; }

 p { color: rgb(186,109,205); }

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

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

 a { background-color: rgb(186,109,205); }

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

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

 span { border-color: rgb(186,109,205); }

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