#BA6FCD

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

Shades of Medium Orchid #BA6FCD

Tints of Medium Orchid #BA6FCD

Color information

#BA6FCD (or 0xBA6FCD) is unknown color: approx Medium Orchid. HEX triplet: BA, 6F and CD. RGB value is (186,111,205). Sum of RGB (Red+Green+Blue) = 186+111+205=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCD is #459032. Grayscale: #8F8F8F. Windows color (decimal): -4558899 or 13463482. OLE color: 13463482.

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

Color convert

RGB186111205-
CMYK0.090.4600.20
HSL287.87º48.45%61.96%-
HSV(B)287.87º45.85%80.39%-
XYZ36.9526.2260.87-
YUV144.14162.35157.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=37.05%
G=22.11%
B=40.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861112050.090.4600.20287.8748.4561.96
HexBA6FCD92E014120303e
Octal27215731511560244406076
Binary101110101101111110011011001101110010100100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FCD; }

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

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

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

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

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

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

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

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