#B026DE

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

Shades of Dark Orchid #B026DE

Tints of Dark Orchid #B026DE

Color information

#B026DE (or 0xB026DE) is unknown color: approx Dark Orchid. HEX triplet: B0, 26 and DE. RGB value is (176,38,222). Sum of RGB (Red+Green+Blue) = 176+38+222=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #B026DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026DE is #4FD921. Grayscale: #636363. Windows color (decimal): -5232930 or 14558896. OLE color: 14558896.

HSL color Cylindrical-coordinate representation of color #B026DE: hue angle of 285º 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 #B026DE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17638222-
CMYK0.210.8300.13
HSL285º73.6%50.98%-
HSV(B)285º82.88%87.06%-
XYZ31.7815.8970.5-
YUV100.24196.72182.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 38 (15.23% from 255) = 8.72%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=40.37%
G=8.72%
B=50.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176382220.210.8300.1328573.650.98
HexB026DE15530D11d4a33
Octal260463362512301543511263
Binary1011000010011011011110101011010011011011000111011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026DE; }

 p { color: rgb(176,38,222); }

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

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

 a { background-color: rgb(176,38,222); }

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

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

 span { border-color: rgb(176,38,222); }

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