Html Css Color HEX #BA20DE Dark Orchid

📋 copy color: '#BA20DE'

red 186 ◦ green 32 ◦ blue 222

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

Shades of Dark Orchid #BA20DE

Tints of Dark Orchid #BA20DE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.27%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 42.27%
G = 7.27%
B = 50.45%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA20DE (or 0xBA20DE) is known color: Dark Orchid. HEX triplet: BA, 20 and DE. RGB value is (186,32,222). Sum of RGB (Red+Green+Blue) = 186+32+222=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA20DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20DE is #45DF21. Grayscale: #636363. Windows color (decimal): -4579106 or 14557370. OLE color: 14557370.

HSL color Cylindrical-coordinate representation of color #BA20DE: hue angle of 288.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20DE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 32 222 -
CMYK 0.16 0.86 0 0.13
HSL 288.63º 0.75% 0.5% -
HSV(B) 288.63º 0.86% 0.87% -
XYZ 33.95 16.75 70.55 -
YUV 99.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 186 32 222 0.16 0.86 0 0.13 288.63 0.75 0.5
Hex BA 20 DE 10 56 0 D 121 4B 32
Octal 272 40 336 20 126 0 15 441 113 62
Binary 10111010 100000 11011110 10000 1010110 0 1101 100100001 1001011 110010

Color Harmonies of #BA20DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20DE

Black with #BA20DE

Text Example


Text Example

White with #BA20DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20DE; }

 p { color: rgb(186,32,222); }

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

background-color css

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

 a { background-color: rgb(186,32,222); }

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

border-color css

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

 span { border-color: rgb(186,32,222); }

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