#B328BA

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

Shades of Dark Orchid #B328BA

Tints of Dark Orchid #B328BA

Color information

#B328BA (or 0xB328BA) is unknown color: approx Dark Orchid. HEX triplet: B3, 28 and BA. RGB value is (179,40,186). Sum of RGB (Red+Green+Blue) = 179+40+186=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B328BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328BA is #4CD745. Grayscale: #616161. Windows color (decimal): -5035846 or 12200115. OLE color: 12200115.

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

Color convert

RGB17940186-
CMYK0.040.7800.27
HSL297.12º64.6%44.31%-
HSV(B)297.12º78.49%72.94%-
XYZ28.2114.6547.79-
YUV98.21177.55185.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=44.20%
G=9.88%
B=45.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179401860.040.7800.27297.1264.644.31
HexB328BA44E01B129412c
Octal26350272411603345110154
Binary101100111010001011101010010011100110111001010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B328BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B328BA; }

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

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

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

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

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

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

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

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