Html Css Color HEX #BA2AD5 Dark Orchid

📋 copy color: '#BA2AD5'

red 186 ◦ green 42 ◦ blue 213

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

Shades of Dark Orchid #BA2AD5

Tints of Dark Orchid #BA2AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 42.18%
G = 9.52%
B = 48.3%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2AD5 (or 0xBA2AD5) is known color: Dark Orchid. HEX triplet: BA, 2A and D5. RGB value is (186,42,213). Sum of RGB (Red+Green+Blue) = 186+42+213=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AD5 is #45D52A. Grayscale: #686868. Windows color (decimal): -4576555 or 13970106. OLE color: 13970106.

HSL color Cylindrical-coordinate representation of color #BA2AD5: hue angle of 290.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2AD5 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 42 213 -
CMYK 0.13 0.80 0 0.16
HSL 290.53º 0.67% 0.5% -
HSV(B) 290.53º 0.8% 0.84% -
XYZ 33.09 16.9 64.47 -
YUV 104.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 186 42 213 0.13 0.80 0 0.16 290.53 0.67 0.5
Hex BA 2A D5 D 50 0 10 123 43 32
Octal 272 52 325 15 120 0 20 443 103 62
Binary 10111010 101010 11010101 1101 1010000 0 10000 100100011 1000011 110010

Color Harmonies of #BA2AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AD5

Black with #BA2AD5

Text Example


Text Example

White with #BA2AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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