Html Css Color HEX #BA29DE Dark Orchid

📋 copy color: '#BA29DE'

red 186 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #BA29DE

Tints of Dark Orchid #BA29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 41.43%
G = 9.13%
B = 49.44%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA29DE (or 0xBA29DE) is known color: Dark Orchid. HEX triplet: BA, 29 and DE. RGB value is (186,41,222). Sum of RGB (Red+Green+Blue) = 186+41+222=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DE is #45D621. Grayscale: #686868. Windows color (decimal): -4576802 or 14559674. OLE color: 14559674.

HSL color Cylindrical-coordinate representation of color #BA29DE: hue angle of 288.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA29DE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 41 222 -
CMYK 0.16 0.82 0 0.13
HSL 288.07º 0.73% 0.52% -
HSV(B) 288.07º 0.82% 0.87% -
XYZ 34.23 17.3 70.64 -
YUV 104.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 186 41 222 0.16 0.82 0 0.13 288.07 0.73 0.52
Hex BA 29 DE 10 52 0 D 120 49 34
Octal 272 51 336 20 122 0 15 440 111 64
Binary 10111010 101001 11011110 10000 1010010 0 1101 100100000 1001001 110100

Color Harmonies of #BA29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29DE

Black with #BA29DE

Text Example


Text Example

White with #BA29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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