Html Css Color HEX #BA2AD9 Dark Orchid

📋 copy color: '#BA2AD9'

red 186 ◦ green 42 ◦ blue 217

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

Shades of Dark Orchid #BA2AD9

Tints of Dark Orchid #BA2AD9

RGB

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

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

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

R = 41.8%
G = 9.44%
B = 48.76%

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

#BA2AD9 (or 0xBA2AD9) is known color: Dark Orchid. HEX triplet: BA, 2A and D9. RGB value is (186,42,217). Sum of RGB (Red+Green+Blue) = 186+42+217=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AD9 is #45D526. Grayscale: #686868. Windows color (decimal): -4576551 or 14232250. OLE color: 14232250.

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

Color convert

RGB 186 42 217 -
CMYK 0.14 0.81 0 0.15
HSL 289.37º 0.7% 0.51% -
HSV(B) 289.37º 0.81% 0.85% -
XYZ 33.6 17.1 67.18 -
YUV 105.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 186 42 217 0.14 0.81 0 0.15 289.37 0.7 0.51
Hex BA 2A D9 E 51 0 F 121 46 33
Octal 272 52 331 16 121 0 17 441 106 63
Binary 10111010 101010 11011001 1110 1010001 0 1111 100100001 1000110 110011

Color Harmonies of #BA2AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AD9

Black with #BA2AD9

Text Example


Text Example

White with #BA2AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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