Html Css Color HEX #BA28DE Dark Orchid

📋 copy color: '#BA28DE'

red 186 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #BA28DE

Tints of Dark Orchid #BA28DE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.93%

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

R = 41.52%
G = 8.93%
B = 49.55%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA28DE (or 0xBA28DE) is known color: Dark Orchid. HEX triplet: BA, 28 and DE. RGB value is (186,40,222). Sum of RGB (Red+Green+Blue) = 186+40+222=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28DE is #45D721. Grayscale: #676767. Windows color (decimal): -4577058 or 14559418. OLE color: 14559418.

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

Color convert

RGB 186 40 222 -
CMYK 0.16 0.82 0 0.13
HSL 288.13º 0.73% 0.51% -
HSV(B) 288.13º 0.82% 0.87% -
XYZ 34.19 17.23 70.63 -
YUV 104.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 186 40 222 0.16 0.82 0 0.13 288.13 0.73 0.51
Hex BA 28 DE 10 52 0 D 120 49 33
Octal 272 50 336 20 122 0 15 440 111 63
Binary 10111010 101000 11011110 10000 1010010 0 1101 100100000 1001001 110011

Color Harmonies of #BA28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28DE

Black with #BA28DE

Text Example


Text Example

White with #BA28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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