#BA55CA

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

Shades of Medium Orchid #BA55CA

Tints of Medium Orchid #BA55CA

Color information

#BA55CA (or 0xBA55CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 55 and CA. RGB value is (186,85,202). Sum of RGB (Red+Green+Blue) = 186+85+202=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55CA is #45AA35. Grayscale: #808080. Windows color (decimal): -4565558 or 13260218. OLE color: 13260218.

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

Color convert

RGB18685202-
CMYK0.080.5800.21
HSL291.79º52.47%56.27%-
HSV(B)291.79º57.92%79.22%-
XYZ34.1621.258.17-
YUV128.54169.46168.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=39.32%
G=17.97%
B=42.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186852020.080.5800.21291.7952.4756.27
HexBA55CA83A0151243438
Octal27212531210720254446470
Binary101110101010101110010101000111010010101100100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA55CA; }

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

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

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

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

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

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

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

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