#B328EE

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

Shades of Dark Orchid #B328EE

Tints of Dark Orchid #B328EE

Color information

#B328EE (or 0xB328EE) is unknown color: approx Dark Orchid. HEX triplet: B3, 28 and EE. RGB value is (179,40,238). Sum of RGB (Red+Green+Blue) = 179+40+238=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B328EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328EE is #4CD711. Grayscale: #676767. Windows color (decimal): -5035794 or 15607987. OLE color: 15607987.

HSL color Cylindrical-coordinate representation of color #B328EE: hue angle of 282.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B328EE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17940238-
CMYK0.250.8300.07
HSL282.12º85.34%54.51%-
HSV(B)282.12º83.19%93.33%-
XYZ34.7817.2782.39-
YUV104.13203.55181.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 40 (16.02% from 255) = 8.75%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=39.17%
G=8.75%
B=52.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179402380.250.8300.07282.1285.3454.51
HexB328EE19530711a5537
Octal26350356311230743212567
Binary101100111010001110111011001101001101111000110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B328EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B328EE; }

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

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

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

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

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

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

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

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