#BA26DF

Color #BA26DF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BA26DF

Tints of Dark Orchid #BA26DF

Color information

#BA26DF (or 0xBA26DF) is unknown color: approx Dark Orchid. HEX triplet: BA, 26 and DF. RGB value is (186,38,223). Sum of RGB (Red+Green+Blue) = 186+38+223=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DF is #45D920. Grayscale: #666666. Windows color (decimal): -4577569 or 14624442. OLE color: 14624442.

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

Color convert

RGB18638223-
CMYK0.170.8300.13
HSL288º74.3%51.18%-
HSV(B)288º82.96%87.45%-
XYZ34.2617.1571.32-
YUV103.34195.53186.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 38 (15.23% from 255) = 8.50%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=41.61%
G=8.50%
B=49.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186382230.170.8300.1328874.351.18
HexBA26DF11530D1204a33
Octal272463372112301544011263
Binary1011101010011011011111100011010011011011001000001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26DF; }

 p { color: rgb(186,38,223); }

 H1.HeaderClassName
 {
   color: #BA26DF;
 }
 .AnyTagClassName
 {
   color: #BA26DF;
 }
</style>
background-color css

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

 a { background-color: rgb(186,38,223); }

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

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

 span { border-color: rgb(186,38,223); }

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