Html Css Color HEX #BA2ADA Dark Orchid

📋 copy color: '#BA2ADA'

red 186 ◦ green 42 ◦ blue 218

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

Shades of Dark Orchid #BA2ADA

Tints of Dark Orchid #BA2ADA

RGB

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

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

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

R = 41.7%
G = 9.42%
B = 48.88%

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

#BA2ADA (or 0xBA2ADA) is known color: Dark Orchid. HEX triplet: BA, 2A and DA. RGB value is (186,42,218). Sum of RGB (Red+Green+Blue) = 186+42+218=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ADA is #45D525. Grayscale: #686868. Windows color (decimal): -4576550 or 14297786. OLE color: 14297786.

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

Color convert

RGB 186 42 218 -
CMYK 0.15 0.81 0 0.15
HSL 289.09º 0.7% 0.51% -
HSV(B) 289.09º 0.81% 0.85% -
XYZ 33.73 17.16 67.86 -
YUV 105.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 186 42 218 0.15 0.81 0 0.15 289.09 0.7 0.51
Hex BA 2A DA F 51 0 F 121 46 33
Octal 272 52 332 17 121 0 17 441 106 63
Binary 10111010 101010 11011010 1111 1010001 0 1111 100100001 1000110 110011

Color Harmonies of #BA2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ADA

Black with #BA2ADA

Text Example


Text Example

White with #BA2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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