#BA60CE

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

Shades of Medium Orchid #BA60CE

Tints of Medium Orchid #BA60CE

Color information

#BA60CE (or 0xBA60CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 60 and CE. RGB value is (186,96,206). Sum of RGB (Red+Green+Blue) = 186+96+206=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CE is #459F31. Grayscale: #878787. Windows color (decimal): -4562738 or 13525178. OLE color: 13525178.

HSL color Cylindrical-coordinate representation of color #BA60CE: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA60CE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18696206-
CMYK0.100.5300.19
HSL289.09º52.88%59.22%-
HSV(B)289.09º53.4%80.78%-
XYZ35.5723.2661.01-
YUV135.45167.82164.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=38.11%
G=19.67%
B=42.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186962060.100.5300.19289.0952.8859.22
HexBA60CEA35013121353b
Octal27214031612650234416573
Binary101110101100000110011101010110101010011100100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60CE; }

 p { color: rgb(186,96,206); }

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

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

 a { background-color: rgb(186,96,206); }

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

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

 span { border-color: rgb(186,96,206); }

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