#B329DE

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

Shades of Dark Orchid #B329DE

Tints of Dark Orchid #B329DE

Color information

#B329DE (or 0xB329DE) is unknown color: approx Dark Orchid. HEX triplet: B3, 29 and DE. RGB value is (179,41,222). Sum of RGB (Red+Green+Blue) = 179+41+222=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B329DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DE is #4CD621. Grayscale: #666666. Windows color (decimal): -5035554 or 14559667. OLE color: 14559667.

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

Color convert

RGB17941222-
CMYK0.190.8200.13
HSL285.75º73.28%51.57%-
HSV(B)285.75º81.53%87.06%-
XYZ32.5716.4470.56-
YUV102.9195.22182.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 41 (16.41% from 255) = 9.28%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=40.50%
G=9.28%
B=50.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179412220.190.8200.13285.7573.2851.57
HexB329DE13520D11e4934
Octal263513362312201543611164
Binary1011001110100111011110100111010010011011000111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B329DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B329DE; }

 p { color: rgb(179,41,222); }

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

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

 a { background-color: rgb(179,41,222); }

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

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

 span { border-color: rgb(179,41,222); }

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