Html Css Color HEX #BA29D9 Dark Orchid

📋 copy color: '#BA29D9'

red 186 ◦ green 41 ◦ blue 217

#BA29D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BA29D9

Tints of Dark Orchid #BA29D9

RGB

 RED value IS 186 (73.05% from 255) = 41.89%

 GREEN value IS 41 (16.41% from 255) = 9.23%

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 41.89%
G = 9.23%
B = 48.87%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA29D9 (or 0xBA29D9) is known color: Dark Orchid. HEX triplet: BA, 29 and D9. RGB value is (186,41,217). Sum of RGB (Red+Green+Blue) = 186+41+217=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29D9 is #45D626. Grayscale: #676767. Windows color (decimal): -4576807 or 14231994. OLE color: 14231994.

HSL color Cylindrical-coordinate representation of color #BA29D9: hue angle of 289.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA29D9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 41 217 -
CMYK 0.14 0.81 0 0.15
HSL 289.43º 0.7% 0.51% -
HSV(B) 289.43º 0.81% 0.85% -
XYZ 33.57 17.03 67.16 -
YUV 104.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 186 41 217 0.14 0.81 0 0.15 289.43 0.7 0.51
Hex BA 29 D9 E 51 0 F 121 46 33
Octal 272 51 331 16 121 0 17 441 106 63
Binary 10111010 101001 11011001 1110 1010001 0 1111 100100001 1000110 110011

Color Harmonies of #BA29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29D9

Black with #BA29D9

Text Example


Text Example

White with #BA29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29D9; }

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

 H1.HeaderClassName
 {
   color: #BA29D9;
 }
 .AnyTagClassName
 {
   color: #BA29D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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