Html Css Color HEX #BA2DD0 Dark Orchid

📋 copy color: '#BA2DD0'

red 186 ◦ green 45 ◦ blue 208

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

Shades of Dark Orchid #BA2DD0

Tints of Dark Orchid #BA2DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.38%

R = 42.37%
G = 10.25%
B = 47.38%

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

#BA2DD0 (or 0xBA2DD0) is known color: Dark Orchid. HEX triplet: BA, 2D and D0. RGB value is (186,45,208). Sum of RGB (Red+Green+Blue) = 186+45+208=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD0 is #45D22F. Grayscale: #696969. Windows color (decimal): -4575792 or 13643194. OLE color: 13643194.

HSL color Cylindrical-coordinate representation of color #BA2DD0: hue angle of 291.9º degrees, saturation: 0.64, 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 #BA2DD0 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 45 208 -
CMYK 0.11 0.78 0 0.18
HSL 291.9º 0.64% 0.5% -
HSV(B) 291.9º 0.78% 0.82% -
XYZ 32.57 16.87 61.21 -
YUV 105.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 186 45 208 0.11 0.78 0 0.18 291.9 0.64 0.5
Hex BA 2D D0 B 4E 0 12 124 40 32
Octal 272 55 320 13 116 0 22 444 100 62
Binary 10111010 101101 11010000 1011 1001110 0 10010 100100100 1000000 110010

Color Harmonies of #BA2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DD0

Black with #BA2DD0

Text Example


Text Example

White with #BA2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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