Html Css Color HEX #BA2DD6 Dark Orchid

📋 copy color: '#BA2DD6'

red 186 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #BA2DD6

Tints of Dark Orchid #BA2DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 41.8%
G = 10.11%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2DD6 (or 0xBA2DD6) is known color: Dark Orchid. HEX triplet: BA, 2D and D6. RGB value is (186,45,214). Sum of RGB (Red+Green+Blue) = 186+45+214=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA2DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD6 is #45D229. Grayscale: #696969. Windows color (decimal): -4575786 or 14036410. OLE color: 14036410.

HSL color Cylindrical-coordinate representation of color #BA2DD6: hue angle of 290.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2DD6 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 45 214 -
CMYK 0.13 0.79 0 0.16
HSL 290.06º 0.67% 0.51% -
HSV(B) 290.06º 0.79% 0.84% -
XYZ 33.33 17.17 65.18 -
YUV 106.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 186 45 214 0.13 0.79 0 0.16 290.06 0.67 0.51
Hex BA 2D D6 D 4F 0 10 122 43 33
Octal 272 55 326 15 117 0 20 442 103 63
Binary 10111010 101101 11010110 1101 1001111 0 10000 100100010 1000011 110011

Color Harmonies of #BA2DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DD6

Black with #BA2DD6

Text Example


Text Example

White with #BA2DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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