Html Css Color HEX #BA2DDB Dark Orchid

📋 copy color: '#BA2DDB'

red 186 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #BA2DDB

Tints of Dark Orchid #BA2DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 41.33%
G = 10%
B = 48.67%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA2DDB (or 0xBA2DDB) is known color: Dark Orchid. HEX triplet: BA, 2D and DB. RGB value is (186,45,219). Sum of RGB (Red+Green+Blue) = 186+45+219=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DDB is #45D224. Grayscale: #6A6A6A. Windows color (decimal): -4575781 or 14364090. OLE color: 14364090.

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

Color convert

RGB 186 45 219 -
CMYK 0.15 0.79 0 0.14
HSL 288.62º 0.71% 0.52% -
HSV(B) 288.62º 0.79% 0.86% -
XYZ 33.97 17.43 68.59 -
YUV 107 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 186 45 219 0.15 0.79 0 0.14 288.62 0.71 0.52
Hex BA 2D DB F 4F 0 E 121 47 34
Octal 272 55 333 17 117 0 16 441 107 64
Binary 10111010 101101 11011011 1111 1001111 0 1110 100100001 1000111 110100

Color Harmonies of #BA2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DDB

Black with #BA2DDB

Text Example


Text Example

White with #BA2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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