#B328D0

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

Shades of Dark Orchid #B328D0

Tints of Dark Orchid #B328D0

Color information

#B328D0 (or 0xB328D0) is unknown color: approx Dark Orchid. HEX triplet: B3, 28 and D0. RGB value is (179,40,208). Sum of RGB (Red+Green+Blue) = 179+40+208=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #B328D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328D0 is #4CD72F. Grayscale: #646464. Windows color (decimal): -5035824 or 13641907. OLE color: 13641907.

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

Color convert

RGB17940208-
CMYK0.140.8100.18
HSL289.64º67.74%48.63%-
HSV(B)289.64º80.77%81.57%-
XYZ30.7315.6661.08-
YUV100.71188.55183.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 40 (16.02% from 255) = 9.37%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=41.92%
G=9.37%
B=48.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179402080.140.8100.18289.6467.7448.63
HexB328D0E510121224431
Octal263503201612102244210461
Binary1011001110100011010000111010100010100101001000101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B328D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B328D0; }

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

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

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

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

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

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

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

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