Html Css Color HEX #BA2ADD Dark Orchid

📋 copy color: '#BA2ADD'

red 186 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #BA2ADD

Tints of Dark Orchid #BA2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 41.43%
G = 9.35%
B = 49.22%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2ADD (or 0xBA2ADD) is known color: Dark Orchid. HEX triplet: BA, 2A and DD. RGB value is (186,42,221). Sum of RGB (Red+Green+Blue) = 186+42+221=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ADD is #45D522. Grayscale: #686868. Windows color (decimal): -4576547 or 14494394. OLE color: 14494394.

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

Color convert

RGB 186 42 221 -
CMYK 0.16 0.81 0 0.13
HSL 288.27º 0.72% 0.52% -
HSV(B) 288.27º 0.81% 0.87% -
XYZ 34.13 17.32 69.95 -
YUV 105.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 186 42 221 0.16 0.81 0 0.13 288.27 0.72 0.52
Hex BA 2A DD 10 51 0 D 120 48 34
Octal 272 52 335 20 121 0 15 440 110 64
Binary 10111010 101010 11011101 10000 1010001 0 1101 100100000 1001000 110100

Color Harmonies of #BA2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ADD

Black with #BA2ADD

Text Example


Text Example

White with #BA2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ADD; }

 p { color: rgb(186,42,221); }

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

background-color css

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

 a { background-color: rgb(186,42,221); }

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

border-color css

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

 span { border-color: rgb(186,42,221); }

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