#BA26C6

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

Shades of Dark Orchid #BA26C6

Tints of Dark Orchid #BA26C6

Color information

#BA26C6 (or 0xBA26C6) is unknown color: approx Dark Orchid. HEX triplet: BA, 26 and C6. RGB value is (186,38,198). Sum of RGB (Red+Green+Blue) = 186+38+198=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA26C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26C6 is #45D939. Grayscale: #646464. Windows color (decimal): -4577594 or 12986042. OLE color: 12986042.

HSL color Cylindrical-coordinate representation of color #BA26C6: hue angle of 295.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26C6 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18638198-
CMYK0.060.8100.22
HSL295.5º67.8%46.27%-
HSV(B)295.5º80.81%77.65%-
XYZ31.1415.954.85-
YUV100.49183.03188.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 38 (15.23% from 255) = 9.00%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=44.08%
G=9.00%
B=46.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186381980.060.8100.22295.567.846.27
HexBA26C6651016128442e
Octal27246306612102645010456
Binary101110101001101100011011010100010101101001010001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26C6; }

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

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

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

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

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

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

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

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