#BA2DC9

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

Shades of Dark Orchid #BA2DC9

Tints of Dark Orchid #BA2DC9

Color information

#BA2DC9 (or 0xBA2DC9) is unknown color: approx Dark Orchid. HEX triplet: BA, 2D and C9. RGB value is (186,45,201). Sum of RGB (Red+Green+Blue) = 186+45+201=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA2DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DC9 is #45D236. Grayscale: #686868. Windows color (decimal): -4575799 or 13184442. OLE color: 13184442.

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

Color convert

RGB18645201-
CMYK0.070.7800.21
HSL294.23º63.41%48.24%-
HSV(B)294.23º77.61%78.82%-
XYZ31.7316.5356.78-
YUV104.94182.21185.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 45 (17.97% from 255) = 10.42%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=43.06%
G=10.42%
B=46.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186452010.070.7800.21294.2363.4148.24
HexBA2DC974E0151263f30
Octal2725531171160254467760
Binary10111010101101110010011111001110010101100100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2DC9; }

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

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

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

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

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

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

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

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