#BA2AC3

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

Shades of Dark Orchid #BA2AC3

Tints of Dark Orchid #BA2AC3

Color information

#BA2AC3 (or 0xBA2AC3) is unknown color: approx Dark Orchid. HEX triplet: BA, 2A and C3. RGB value is (186,42,195). Sum of RGB (Red+Green+Blue) = 186+42+195=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA2AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC3 is #45D53C. Grayscale: #666666. Windows color (decimal): -4576573 or 12790458. OLE color: 12790458.

HSL color Cylindrical-coordinate representation of color #BA2AC3: hue angle of 296.47º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2AC3 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18642195-
CMYK0.050.7800.24
HSL296.47º64.56%46.47%-
HSV(B)296.47º78.46%76.47%-
XYZ30.9316.0453.09-
YUV102.5180.21187.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 42 (16.80% from 255) = 9.93%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=43.97%
G=9.93%
B=46.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186421950.050.7800.24296.4764.5646.47
HexBA2AC354E018128412e
Octal27252303511603045010156
Binary101110101010101100001110110011100110001001010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AC3; }

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

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

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

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

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

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

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

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