Html Css Color HEX #BA29DC Dark Orchid

📋 copy color: '#BA29DC'

red 186 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #BA29DC

Tints of Dark Orchid #BA29DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 41.61%
G = 9.17%
B = 49.22%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA29DC (or 0xBA29DC) is known color: Dark Orchid. HEX triplet: BA, 29 and DC. RGB value is (186,41,220). Sum of RGB (Red+Green+Blue) = 186+41+220=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DC is #45D623. Grayscale: #686868. Windows color (decimal): -4576804 or 14428602. OLE color: 14428602.

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

Color convert

RGB 186 41 220 -
CMYK 0.15 0.81 0 0.14
HSL 288.6º 0.72% 0.51% -
HSV(B) 288.6º 0.81% 0.86% -
XYZ 33.96 17.19 69.24 -
YUV 104.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 186 41 220 0.15 0.81 0 0.14 288.6 0.72 0.51
Hex BA 29 DC F 51 0 E 121 48 33
Octal 272 51 334 17 121 0 16 441 110 63
Binary 10111010 101001 11011100 1111 1010001 0 1110 100100001 1001000 110011

Color Harmonies of #BA29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29DC

Black with #BA29DC

Text Example


Text Example

White with #BA29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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