Html Css Color HEX #BA2BDE Dark Orchid

📋 copy color: '#BA2BDE'

red 186 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #BA2BDE

Tints of Dark Orchid #BA2BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 41.24%
G = 9.53%
B = 49.22%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2BDE (or 0xBA2BDE) is known color: Dark Orchid. HEX triplet: BA, 2B and DE. RGB value is (186,43,222). Sum of RGB (Red+Green+Blue) = 186+43+222=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BDE is #45D421. Grayscale: #696969. Windows color (decimal): -4576290 or 14560186. OLE color: 14560186.

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

Color convert

RGB 186 43 222 -
CMYK 0.16 0.81 0 0.13
HSL 287.93º 0.73% 0.52% -
HSV(B) 287.93º 0.81% 0.87% -
XYZ 34.3 17.44 70.67 -
YUV 106.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 186 43 222 0.16 0.81 0 0.13 287.93 0.73 0.52
Hex BA 2B DE 10 51 0 D 120 49 34
Octal 272 53 336 20 121 0 15 440 111 64
Binary 10111010 101011 11011110 10000 1010001 0 1101 100100000 1001001 110100

Color Harmonies of #BA2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BDE

Black with #BA2BDE

Text Example


Text Example

White with #BA2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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