Html Css Color HEX #BA2DD1 Dark Orchid

📋 copy color: '#BA2DD1'

red 186 ◦ green 45 ◦ blue 209

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

Shades of Dark Orchid #BA2DD1

Tints of Dark Orchid #BA2DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 42.27%
G = 10.23%
B = 47.5%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA2DD1 (or 0xBA2DD1) is known color: Dark Orchid. HEX triplet: BA, 2D and D1. RGB value is (186,45,209). Sum of RGB (Red+Green+Blue) = 186+45+209=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA2DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD1 is #45D22E. Grayscale: #696969. Windows color (decimal): -4575791 or 13708730. OLE color: 13708730.

HSL color Cylindrical-coordinate representation of color #BA2DD1: hue angle of 291.59º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2DD1 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 45 209 -
CMYK 0.11 0.78 0 0.18
HSL 291.59º 0.65% 0.5% -
HSV(B) 291.59º 0.78% 0.82% -
XYZ 32.7 16.92 61.86 -
YUV 105.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 186 45 209 0.11 0.78 0 0.18 291.59 0.65 0.5
Hex BA 2D D1 B 4E 0 12 124 41 32
Octal 272 55 321 13 116 0 22 444 101 62
Binary 10111010 101101 11010001 1011 1001110 0 10010 100100100 1000001 110010

Color Harmonies of #BA2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DD1

Black with #BA2DD1

Text Example


Text Example

White with #BA2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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