Html Css Color HEX #BA2DDE Dark Orchid

📋 copy color: '#BA2DDE'

red 186 ◦ green 45 ◦ blue 222

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

Shades of Dark Orchid #BA2DDE

Tints of Dark Orchid #BA2DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.93%

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

R = 41.06%
G = 9.93%
B = 49.01%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2DDE (or 0xBA2DDE) is known color: Dark Orchid. HEX triplet: BA, 2D and DE. RGB value is (186,45,222). Sum of RGB (Red+Green+Blue) = 186+45+222=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DDE is #45D221. Grayscale: #6A6A6A. Windows color (decimal): -4575778 or 14560698. OLE color: 14560698.

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

Color convert

RGB 186 45 222 -
CMYK 0.16 0.80 0 0.13
HSL 287.8º 0.73% 0.52% -
HSV(B) 287.8º 0.8% 0.87% -
XYZ 34.37 17.59 70.69 -
YUV 107.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 186 45 222 0.16 0.80 0 0.13 287.8 0.73 0.52
Hex BA 2D DE 10 50 0 D 120 49 34
Octal 272 55 336 20 120 0 15 440 111 64
Binary 10111010 101101 11011110 10000 1010000 0 1101 100100000 1001001 110100

Color Harmonies of #BA2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DDE

Black with #BA2DDE

Text Example


Text Example

White with #BA2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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