#BA40CE

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

Shades of Medium Orchid #BA40CE

Tints of Medium Orchid #BA40CE

Color information

#BA40CE (or 0xBA40CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 40 and CE. RGB value is (186,64,206). Sum of RGB (Red+Green+Blue) = 186+64+206=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CE is #45BF31. Grayscale: #747474. Windows color (decimal): -4570930 or 13516986. OLE color: 13516986.

HSL color Cylindrical-coordinate representation of color #BA40CE: hue angle of 291.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA40CE is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18664206-
CMYK0.100.6900.19
HSL291.55º59.17%52.94%-
HSV(B)291.55º68.93%80.78%-
XYZ33.2218.5660.22-
YUV116.67178.42177.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 64 (25.39% from 255) = 14.04%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=40.79%
G=14.04%
B=45.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186642060.100.6900.19291.5559.1752.94
HexBA40CEA450131243b35
Octal272100316121050234447365
Binary1011101010000001100111010101000101010011100100100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40CE; }

 p { color: rgb(186,64,206); }

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

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

 a { background-color: rgb(186,64,206); }

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

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

 span { border-color: rgb(186,64,206); }

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