#BA29D9

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

Shades of Dark Orchid #BA29D9

Tints of Dark Orchid #BA29D9

Color information

#BA29D9 (or 0xBA29D9) is unknown color: approx Dark Orchid. HEX triplet: BA, 29 and D9. RGB value is (186,41,217). Sum of RGB (Red+Green+Blue) = 186+41+217=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29D9 is #45D626. Grayscale: #676767. Windows color (decimal): -4576807 or 14231994. OLE color: 14231994.

HSL color Cylindrical-coordinate representation of color #BA29D9: hue angle of 289.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA29D9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18641217-
CMYK0.140.8100.15
HSL289.43º69.84%50.59%-
HSV(B)289.43º81.11%85.1%-
XYZ33.5717.0367.16-
YUV104.42191.54186.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 41 (16.41% from 255) = 9.23%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=41.89%
G=9.23%
B=48.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186412170.140.8100.15289.4369.8450.59
HexBA29D9E510F1214633
Octal272513311612101744110663
Binary101110101010011101100111101010001011111001000011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29D9; }

 p { color: rgb(186,41,217); }

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

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

 a { background-color: rgb(186,41,217); }

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

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

 span { border-color: rgb(186,41,217); }

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