#BA68CC

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

Shades of Medium Orchid #BA68CC

Tints of Medium Orchid #BA68CC

Color information

#BA68CC (or 0xBA68CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and CC. RGB value is (186,104,204). Sum of RGB (Red+Green+Blue) = 186+104+204=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CC is #459733. Grayscale: #8B8B8B. Windows color (decimal): -4560692 or 13396154. OLE color: 13396154.

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

Color convert

RGB186104204-
CMYK0.090.4900.2
HSL289.2º49.5%60.39%-
HSV(B)289.2º49.02%80%-
XYZ36.124.759.99-
YUV139.92164.17160.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=37.65%
G=21.05%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861042040.090.4900.2289.249.560.39
HexBA68CC931014121323c
Octal27215031411610244416274
Binary101110101101000110011001001110001010100100100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68CC; }

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

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

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

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

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

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

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

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