Html Css Color HEX #BA21DE Dark Orchid

📋 copy color: '#BA21DE'

red 186 ◦ green 33 ◦ blue 222

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

Shades of Dark Orchid #BA21DE

Tints of Dark Orchid #BA21DE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.48%

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

R = 42.18%
G = 7.48%
B = 50.34%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA21DE (or 0xBA21DE) is known color: Dark Orchid. HEX triplet: BA, 21 and DE. RGB value is (186,33,222). Sum of RGB (Red+Green+Blue) = 186+33+222=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA21DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21DE is #45DE21. Grayscale: #636363. Windows color (decimal): -4578850 or 14557626. OLE color: 14557626.

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

Color convert

RGB 186 33 222 -
CMYK 0.16 0.85 0 0.13
HSL 288.57º 0.74% 0.5% -
HSV(B) 288.57º 0.85% 0.87% -
XYZ 33.98 16.8 70.56 -
YUV 100.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 186 33 222 0.16 0.85 0 0.13 288.57 0.74 0.5
Hex BA 21 DE 10 55 0 D 121 4A 32
Octal 272 41 336 20 125 0 15 441 112 62
Binary 10111010 100001 11011110 10000 1010101 0 1101 100100001 1001010 110010

Color Harmonies of #BA21DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21DE

Black with #BA21DE

Text Example


Text Example

White with #BA21DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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