Html Css Color HEX #BA2FDD Dark Orchid

📋 copy color: '#BA2FDD'

red 186 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #BA2FDD

Tints of Dark Orchid #BA2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.35%

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

R = 40.97%
G = 10.35%
B = 48.68%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2FDD (or 0xBA2FDD) is known color: Dark Orchid. HEX triplet: BA, 2F and DD. RGB value is (186,47,221). Sum of RGB (Red+Green+Blue) = 186+47+221=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FDD is #45D022. Grayscale: #6B6B6B. Windows color (decimal): -4575267 or 14495674. OLE color: 14495674.

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

Color convert

RGB 186 47 221 -
CMYK 0.16 0.79 0 0.13
HSL 287.93º 0.72% 0.53% -
HSV(B) 287.93º 0.79% 0.87% -
XYZ 34.32 17.69 70.01 -
YUV 108.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 186 47 221 0.16 0.79 0 0.13 287.93 0.72 0.53
Hex BA 2F DD 10 4F 0 D 120 48 35
Octal 272 57 335 20 117 0 15 440 110 65
Binary 10111010 101111 11011101 10000 1001111 0 1101 100100000 1001000 110101

Color Harmonies of #BA2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FDD

Black with #BA2FDD

Text Example


Text Example

White with #BA2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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