#BA6CCA

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

Shades of Medium Orchid #BA6CCA

Tints of Medium Orchid #BA6CCA

Color information

#BA6CCA (or 0xBA6CCA) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and CA. RGB value is (186,108,202). Sum of RGB (Red+Green+Blue) = 186+108+202=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCA is #459335. Grayscale: #8D8D8D. Windows color (decimal): -4559670 or 13266106. OLE color: 13266106.

HSL color Cylindrical-coordinate representation of color #BA6CCA: hue angle of 289.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6CCA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186108202-
CMYK0.080.4700.21
HSL289.79º47%60.78%-
HSV(B)289.79º46.53%79.22%-
XYZ36.2725.4358.87-
YUV142.04161.84159.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=37.5%
G=21.77%
B=40.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861082020.080.4700.21289.794760.78
HexBA6CCA82F0151222f3d
Octal27215431210570254425775
Binary101110101101100110010101000101111010101100100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CCA; }

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

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

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

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

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

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

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

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