#BA64CD

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

Shades of Medium Orchid #BA64CD

Tints of Medium Orchid #BA64CD

Color information

#BA64CD (or 0xBA64CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 64 and CD. RGB value is (186,100,205). Sum of RGB (Red+Green+Blue) = 186+100+205=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CD is #459B32. Grayscale: #898989. Windows color (decimal): -4561715 or 13460666. OLE color: 13460666.

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

Color convert

RGB186100205-
CMYK0.090.5100.20
HSL289.14º51.22%59.8%-
HSV(B)289.14º51.22%80.39%-
XYZ35.8323.9660.49-
YUV137.68165.99162.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=37.88%
G=20.37%
B=41.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861002050.090.5100.20289.1451.2259.8
HexBA64CD933014121333c
Octal27214431511630244416374
Binary101110101100100110011011001110011010100100100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64CD; }

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

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

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

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

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

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

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

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