Html Css Color HEX #BA2DCD Dark Orchid

📋 copy color: '#BA2DCD'

red 186 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #BA2DCD

Tints of Dark Orchid #BA2DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

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

R = 42.66%
G = 10.32%
B = 47.02%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA2DCD (or 0xBA2DCD) is known color: Dark Orchid. HEX triplet: BA, 2D and CD. RGB value is (186,45,205). Sum of RGB (Red+Green+Blue) = 186+45+205=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCD is #45D232. Grayscale: #686868. Windows color (decimal): -4575795 or 13446586. OLE color: 13446586.

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

Color convert

RGB 186 45 205 -
CMYK 0.09 0.78 0 0.20
HSL 292.88º 0.64% 0.49% -
HSV(B) 292.88º 0.78% 0.8% -
XYZ 32.21 16.72 59.29 -
YUV 105.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 186 45 205 0.09 0.78 0 0.20 292.88 0.64 0.49
Hex BA 2D CD 9 4E 0 14 125 40 31
Octal 272 55 315 11 116 0 24 445 100 61
Binary 10111010 101101 11001101 1001 1001110 0 10100 100100101 1000000 110001

Color Harmonies of #BA2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DCD

Black with #BA2DCD

Text Example


Text Example

White with #BA2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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