#BA26CA

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

Shades of Dark Orchid #BA26CA

Tints of Dark Orchid #BA26CA

Color information

#BA26CA (or 0xBA26CA) is unknown color: approx Dark Orchid. HEX triplet: BA, 26 and CA. RGB value is (186,38,202). Sum of RGB (Red+Green+Blue) = 186+38+202=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26CA is #45D935. Grayscale: #646464. Windows color (decimal): -4577590 or 13248186. OLE color: 13248186.

HSL color Cylindrical-coordinate representation of color #BA26CA: hue angle of 294.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26CA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18638202-
CMYK0.080.8100.21
HSL294.15º68.33%47.06%-
HSV(B)294.15º81.19%79.22%-
XYZ31.616.0957.32-
YUV100.95185.03188.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=43.66%
G=8.92%
B=47.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186382020.080.8100.21294.1568.3347.06
HexBA26CA851015126442f
Octal272463121012102544610457
Binary1011101010011011001010100010100010101011001001101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26CA; }

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

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

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

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

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

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

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

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