Html Css Color HEX #BA2CDD Dark Orchid

📋 copy color: '#BA2CDD'

red 186 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #BA2CDD

Tints of Dark Orchid #BA2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.76%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 41.24%
G = 9.76%
B = 49%

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

#BA2CDD (or 0xBA2CDD) is known color: Dark Orchid. HEX triplet: BA, 2C and DD. RGB value is (186,44,221). Sum of RGB (Red+Green+Blue) = 186+44+221=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CDD is #45D322. Grayscale: #6A6A6A. Windows color (decimal): -4576035 or 14494906. OLE color: 14494906.

HSL color Cylindrical-coordinate representation of color #BA2CDD: hue angle of 288.14º degrees, saturation: 0.72, 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 #BA2CDD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 44 221 -
CMYK 0.16 0.80 0 0.13
HSL 288.14º 0.72% 0.52% -
HSV(B) 288.14º 0.8% 0.87% -
XYZ 34.2 17.46 69.97 -
YUV 106.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 186 44 221 0.16 0.80 0 0.13 288.14 0.72 0.52
Hex BA 2C DD 10 50 0 D 120 48 34
Octal 272 54 335 20 120 0 15 440 110 64
Binary 10111010 101100 11011101 10000 1010000 0 1101 100100000 1001000 110100

Color Harmonies of #BA2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CDD

Black with #BA2CDD

Text Example


Text Example

White with #BA2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CDD; }

 p { color: rgb(186,44,221); }

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

background-color css

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

 a { background-color: rgb(186,44,221); }

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

border-color css

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

 span { border-color: rgb(186,44,221); }

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