#B329DB

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

Shades of Dark Orchid #B329DB

Tints of Dark Orchid #B329DB

Color information

#B329DB (or 0xB329DB) is unknown color: approx Dark Orchid. HEX triplet: B3, 29 and DB. RGB value is (179,41,219). Sum of RGB (Red+Green+Blue) = 179+41+219=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B329DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DB is #4CD624. Grayscale: #656565. Windows color (decimal): -5035557 or 14363059. OLE color: 14363059.

HSL color Cylindrical-coordinate representation of color #B329DB: hue angle of 286.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B329DB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17941219-
CMYK0.180.8100.14
HSL286.52º71.2%50.98%-
HSV(B)286.52º81.28%85.88%-
XYZ32.1716.2868.47-
YUV102.55193.72182.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=40.77%
G=9.34%
B=49.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179412190.180.8100.14286.5271.250.98
HexB329DB12510E11f4733
Octal263513332212101643710763
Binary1011001110100111011011100101010001011101000111111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B329DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B329DB; }

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

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

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

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

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

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

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

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