#BA6FCC

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

Shades of Medium Orchid #BA6FCC

Tints of Medium Orchid #BA6FCC

Color information

#BA6FCC (or 0xBA6FCC) is unknown color: approx Medium Orchid. HEX triplet: BA, 6F and CC. RGB value is (186,111,204). Sum of RGB (Red+Green+Blue) = 186+111+204=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCC is #459033. Grayscale: #8F8F8F. Windows color (decimal): -4558900 or 13397946. OLE color: 13397946.

HSL color Cylindrical-coordinate representation of color #BA6FCC: hue angle of 288.39º 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 #BA6FCC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186111204-
CMYK0.090.4600.2
HSL288.39º47.69%61.76%-
HSV(B)288.39º45.59%80%-
XYZ36.8326.1760.24-
YUV144.03161.85157.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=37.13%
G=22.16%
B=40.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861112040.090.4600.2288.3947.6961.76
HexBA6FCC92E014120303e
Octal27215731411560244406076
Binary101110101101111110011001001101110010100100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FCC; }

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

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

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

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

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

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

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

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