#BA2AC6

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

Shades of Dark Orchid #BA2AC6

Tints of Dark Orchid #BA2AC6

Color information

#BA2AC6 (or 0xBA2AC6) is unknown color: approx Dark Orchid. HEX triplet: BA, 2A and C6. RGB value is (186,42,198). Sum of RGB (Red+Green+Blue) = 186+42+198=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA2AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC6 is #45D539. Grayscale: #666666. Windows color (decimal): -4576570 or 12987066. OLE color: 12987066.

HSL color Cylindrical-coordinate representation of color #BA2AC6: hue angle of 295.38º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2AC6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18642198-
CMYK0.060.7900.22
HSL295.38º65%47.06%-
HSV(B)295.38º78.79%77.65%-
XYZ31.2716.1754.9-
YUV102.84181.71187.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 42 (16.80% from 255) = 9.86%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=43.66%
G=9.86%
B=46.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186421980.060.7900.22295.386547.06
HexBA2AC664F016127412f
Octal27252306611702644710157
Binary101110101010101100011011010011110101101001001111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AC6; }

 p { color: rgb(186,42,198); }

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

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

 a { background-color: rgb(186,42,198); }

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

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

 span { border-color: rgb(186,42,198); }

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