#BA63D0

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

Shades of Medium Orchid #BA63D0

Tints of Medium Orchid #BA63D0

Color information

#BA63D0 (or 0xBA63D0) is unknown color: approx Medium Orchid. HEX triplet: BA, 63 and D0. RGB value is (186,99,208). Sum of RGB (Red+Green+Blue) = 186+99+208=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63D0 is #459C2F. Grayscale: #898989. Windows color (decimal): -4561968 or 13657018. OLE color: 13657018.

HSL color Cylindrical-coordinate representation of color #BA63D0: hue angle of 287.89º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA63D0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18699208-
CMYK0.110.5200.18
HSL287.89º53.69%60.2%-
HSV(B)287.89º52.4%81.57%-
XYZ36.123.9262.39-
YUV137.44167.82162.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=37.73%
G=20.08%
B=42.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186992080.110.5200.18287.8953.6960.2
HexBA63D0B34012120363c
Octal27214332013640224406674
Binary101110101100011110100001011110100010010100100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63D0; }

 p { color: rgb(186,99,208); }

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

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

 a { background-color: rgb(186,99,208); }

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

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

 span { border-color: rgb(186,99,208); }

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