#BA29CA

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

Shades of Dark Orchid #BA29CA

Tints of Dark Orchid #BA29CA

Color information

#BA29CA (or 0xBA29CA) is unknown color: approx Dark Orchid. HEX triplet: BA, 29 and CA. RGB value is (186,41,202). Sum of RGB (Red+Green+Blue) = 186+41+202=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29CA is #45D635. Grayscale: #666666. Windows color (decimal): -4576822 or 13248954. OLE color: 13248954.

HSL color Cylindrical-coordinate representation of color #BA29CA: hue angle of 294.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA29CA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18641202-
CMYK0.080.8000.21
HSL294.04º66.26%47.65%-
HSV(B)294.04º79.7%79.22%-
XYZ31.716.2957.35-
YUV102.71184.04187.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 41 (16.41% from 255) = 9.56%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=43.36%
G=9.56%
B=47.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186412020.080.8000.21294.0466.2647.65
HexBA29CA8500151264230
Octal272513121012002544610260
Binary1011101010100111001010100010100000101011001001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29CA; }

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

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

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

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

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

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

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

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