Html Css Color HEX #BA29DA Dark Orchid

📋 copy color: '#BA29DA'

red 186 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #BA29DA

Tints of Dark Orchid #BA29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 41.8%
G = 9.21%
B = 48.99%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA29DA (or 0xBA29DA) is known color: Dark Orchid. HEX triplet: BA, 29 and DA. RGB value is (186,41,218). Sum of RGB (Red+Green+Blue) = 186+41+218=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DA is #45D625. Grayscale: #676767. Windows color (decimal): -4576806 or 14297530. OLE color: 14297530.

HSL color Cylindrical-coordinate representation of color #BA29DA: hue angle of 289.15º degrees, saturation: 0.71, 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 #BA29DA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 41 218 -
CMYK 0.15 0.81 0 0.15
HSL 289.15º 0.71% 0.51% -
HSV(B) 289.15º 0.81% 0.85% -
XYZ 33.7 17.09 67.85 -
YUV 104.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 186 41 218 0.15 0.81 0 0.15 289.15 0.71 0.51
Hex BA 29 DA F 51 0 F 121 47 33
Octal 272 51 332 17 121 0 17 441 107 63
Binary 10111010 101001 11011010 1111 1010001 0 1111 100100001 1000111 110011

Color Harmonies of #BA29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29DA

Black with #BA29DA

Text Example


Text Example

White with #BA29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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