#BA5CC9

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

Shades of Medium Orchid #BA5CC9

Tints of Medium Orchid #BA5CC9

Color information

#BA5CC9 (or 0xBA5CC9) is unknown color: approx Medium Orchid. HEX triplet: BA, 5C and C9. RGB value is (186,92,201). Sum of RGB (Red+Green+Blue) = 186+92+201=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC9 is #45A336. Grayscale: #848484. Windows color (decimal): -4563767 or 13196474. OLE color: 13196474.

HSL color Cylindrical-coordinate representation of color #BA5CC9: hue angle of 291.74º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5CC9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18692201-
CMYK0.070.5400.21
HSL291.74º50.23%57.45%-
HSV(B)291.74º54.23%78.82%-
XYZ34.6222.3157.74-
YUV132.53166.64166.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=38.83%
G=19.21%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186922010.070.5400.21291.7450.2357.45
HexBA5CC97360151243239
Octal2721343117660254446271
Binary10111010101110011001001111110110010101100100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CC9; }

 p { color: rgb(186,92,201); }

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

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

 a { background-color: rgb(186,92,201); }

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

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

 span { border-color: rgb(186,92,201); }

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