#B326BA

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

Shades of Dark Orchid #B326BA

Tints of Dark Orchid #B326BA

Color information

#B326BA (or 0xB326BA) is unknown color: approx Dark Orchid. HEX triplet: B3, 26 and BA. RGB value is (179,38,186). Sum of RGB (Red+Green+Blue) = 179+38+186=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B326BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326BA is #4CD945. Grayscale: #606060. Windows color (decimal): -5036358 or 12199603. OLE color: 12199603.

HSL color Cylindrical-coordinate representation of color #B326BA: hue angle of 297.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B326BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17938186-
CMYK0.040.8000.27
HSL297.16º66.07%43.92%-
HSV(B)297.16º79.57%72.94%-
XYZ28.1514.5247.77-
YUV97.03178.21186.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=44.42%
G=9.43%
B=46.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179381860.040.8000.27297.1666.0743.92
HexB326BA45001B129422c
Octal26346272412003345110254
Binary101100111001101011101010010100000110111001010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B326BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B326BA; }

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

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

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

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

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

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

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

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