#BA29C6

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

Shades of Dark Orchid #BA29C6

Tints of Dark Orchid #BA29C6

Color information

#BA29C6 (or 0xBA29C6) is unknown color: approx Dark Orchid. HEX triplet: BA, 29 and C6. RGB value is (186,41,198). Sum of RGB (Red+Green+Blue) = 186+41+198=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29C6 is #45D639. Grayscale: #656565. Windows color (decimal): -4576826 or 12986810. OLE color: 12986810.

HSL color Cylindrical-coordinate representation of color #BA29C6: hue angle of 295.41º degrees, saturation: 0.66, 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 #BA29C6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18641198-
CMYK0.060.7900.22
HSL295.41º65.69%46.86%-
HSV(B)295.41º79.29%77.65%-
XYZ31.2416.154.89-
YUV102.25182.04187.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=43.76%
G=9.65%
B=46.59%

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
Decimal186411980.060.7900.22295.4165.6946.86
HexBA29C664F016127422f
Octal27251306611702644710257
Binary101110101010011100011011010011110101101001001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29C6; }

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

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

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

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

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

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

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

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