Html Css Color HEX #BA2ACD Dark Orchid

📋 copy color: '#BA2ACD'

red 186 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #BA2ACD

Tints of Dark Orchid #BA2ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 42.96%
G = 9.7%
B = 47.34%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA2ACD (or 0xBA2ACD) is known color: Dark Orchid. HEX triplet: BA, 2A and CD. RGB value is (186,42,205). Sum of RGB (Red+Green+Blue) = 186+42+205=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACD is #45D532. Grayscale: #676767. Windows color (decimal): -4576563 or 13445818. OLE color: 13445818.

HSL color Cylindrical-coordinate representation of color #BA2ACD: hue angle of 293.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2ACD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 42 205 -
CMYK 0.09 0.80 0 0.20
HSL 293.01º 0.66% 0.48% -
HSV(B) 293.01º 0.8% 0.8% -
XYZ 32.1 16.5 59.25 -
YUV 103.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 186 42 205 0.09 0.80 0 0.20 293.01 0.66 0.48
Hex BA 2A CD 9 50 0 14 125 42 30
Octal 272 52 315 11 120 0 24 445 102 60
Binary 10111010 101010 11001101 1001 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #BA2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ACD

Black with #BA2ACD

Text Example


Text Example

White with #BA2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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