#ba55cd

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

Shades of Medium Orchid #BA55CD

Tints of Medium Orchid #BA55CD

Color information

#BA55CD (or 0xBA55CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 55 and CD. RGB value is (186,85,205). Sum of RGB (Red+Green+Blue) = 186+85+205=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55CD is #45AA32. Grayscale: #808080. Windows color (decimal): -4565555 or 13456826. OLE color: 13456826.

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

Color convert

RGB18685205-
CMYK0.090.5900.20
HSL290.5º54.55%56.86%-
HSV(B)290.5º58.54%80.39%-
XYZ34.5221.3460.06-
YUV128.88170.96168.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=39.08%
G=17.86%
B=43.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186852050.090.5900.20290.554.5556.86
HexBA55CD93B0141223739
Octal27212531511730244426771
Binary101110101010101110011011001111011010100100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba55cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba55cd; }

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

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

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

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

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

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

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

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