Html Css Color HEX #BA21DC Dark Orchid

📋 copy color: '#BA21DC'

red 186 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #BA21DC

Tints of Dark Orchid #BA21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 42.37%
G = 7.52%
B = 50.11%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA21DC (or 0xBA21DC) is known color: Dark Orchid. HEX triplet: BA, 21 and DC. RGB value is (186,33,220). Sum of RGB (Red+Green+Blue) = 186+33+220=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21DC is #45DE23. Grayscale: #636363. Windows color (decimal): -4578852 or 14426554. OLE color: 14426554.

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

Color convert

RGB 186 33 220 -
CMYK 0.15 0.85 0 0.14
HSL 289.09º 0.74% 0.5% -
HSV(B) 289.09º 0.85% 0.86% -
XYZ 33.71 16.69 69.16 -
YUV 100.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 186 33 220 0.15 0.85 0 0.14 289.09 0.74 0.5
Hex BA 21 DC F 55 0 E 121 4A 32
Octal 272 41 334 17 125 0 16 441 112 62
Binary 10111010 100001 11011100 1111 1010101 0 1110 100100001 1001010 110010

Color Harmonies of #BA21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21DC

Black with #BA21DC

Text Example


Text Example

White with #BA21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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