#BA59C9

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

Shades of Medium Orchid #BA59C9

Tints of Medium Orchid #BA59C9

Color information

#BA59C9 (or 0xBA59C9) is unknown color: approx Medium Orchid. HEX triplet: BA, 59 and C9. RGB value is (186,89,201). Sum of RGB (Red+Green+Blue) = 186+89+201=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C9 is #45A636. Grayscale: #828282. Windows color (decimal): -4564535 or 13195706. OLE color: 13195706.

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

Color convert

RGB18689201-
CMYK0.070.5600.21
HSL291.96º50.91%56.86%-
HSV(B)291.96º55.72%78.82%-
XYZ34.3621.857.66-
YUV130.77167.64167.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=39.08%
G=18.70%
B=42.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186892010.070.5600.21291.9650.9156.86
HexBA59C97380151243339
Octal2721313117700254446371
Binary10111010101100111001001111111000010101100100100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59C9; }

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

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

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

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

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

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

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

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