Html Css Color HEX #BA20DC Dark Orchid

📋 copy color: '#BA20DC'

red 186 ◦ green 32 ◦ blue 220

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

Shades of Dark Orchid #BA20DC

Tints of Dark Orchid #BA20DC

RGB

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

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

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

R = 42.47%
G = 7.31%
B = 50.23%

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

#BA20DC (or 0xBA20DC) is known color: Dark Orchid. HEX triplet: BA, 20 and DC. RGB value is (186,32,220). Sum of RGB (Red+Green+Blue) = 186+32+220=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20DC is #45DF23. Grayscale: #626262. Windows color (decimal): -4579108 or 14426298. OLE color: 14426298.

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

Color convert

RGB 186 32 220 -
CMYK 0.15 0.85 0 0.14
HSL 289.15º 0.75% 0.49% -
HSV(B) 289.15º 0.85% 0.86% -
XYZ 33.68 16.64 69.15 -
YUV 99.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 186 32 220 0.15 0.85 0 0.14 289.15 0.75 0.49
Hex BA 20 DC F 55 0 E 121 4B 31
Octal 272 40 334 17 125 0 16 441 113 61
Binary 10111010 100000 11011100 1111 1010101 0 1110 100100001 1001011 110001

Color Harmonies of #BA20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20DC

Black with #BA20DC

Text Example


Text Example

White with #BA20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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