Html Css Color HEX #BA22DC Dark Orchid

📋 copy color: '#BA22DC'

red 186 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #BA22DC

Tints of Dark Orchid #BA22DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.73%

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

R = 42.27%
G = 7.73%
B = 50%

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

#BA22DC (or 0xBA22DC) is known color: Dark Orchid. HEX triplet: BA, 22 and DC. RGB value is (186,34,220). Sum of RGB (Red+Green+Blue) = 186+34+220=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22DC is #45DD23. Grayscale: #646464. Windows color (decimal): -4578596 or 14426810. OLE color: 14426810.

HSL color Cylindrical-coordinate representation of color #BA22DC: hue angle of 289.03º degrees, saturation: 0.73, 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 #BA22DC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 34 220 -
CMYK 0.15 0.85 0 0.14
HSL 289.03º 0.73% 0.5% -
HSV(B) 289.03º 0.85% 0.86% -
XYZ 33.74 16.75 69.17 -
YUV 100.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 186 34 220 0.15 0.85 0 0.14 289.03 0.73 0.5
Hex BA 22 DC F 55 0 E 121 49 32
Octal 272 42 334 17 125 0 16 441 111 62
Binary 10111010 100010 11011100 1111 1010101 0 1110 100100001 1001001 110010

Color Harmonies of #BA22DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA22DC

Black with #BA22DC

Text Example


Text Example

White with #BA22DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA22DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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