#B327E1

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

Shades of Dark Orchid #B327E1

Tints of Dark Orchid #B327E1

Color information

#B327E1 (or 0xB327E1) is unknown color: approx Dark Orchid. HEX triplet: B3, 27 and E1. RGB value is (179,39,225). Sum of RGB (Red+Green+Blue) = 179+39+225=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #B327E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327E1 is #4CD81E. Grayscale: #656565. Windows color (decimal): -5036063 or 14755763. OLE color: 14755763.

HSL color Cylindrical-coordinate representation of color #B327E1: hue angle of 285.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B327E1 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17939225-
CMYK0.200.8300.12
HSL285.16º75.61%51.76%-
HSV(B)285.16º82.67%88.24%-
XYZ32.9116.4772.68-
YUV102.06197.38182.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 39 (15.62% from 255) = 8.80%
BLUE value IS 225 (88.28% from 255) = 50.79%
R=40.41%
G=8.80%
B=50.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179392250.200.8300.12285.1675.6151.76
HexB327E114530C11d4c34
Octal263473412412301443511464
Binary1011001110011111100001101001010011011001000111011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B327E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B327E1; }

 p { color: rgb(179,39,225); }

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

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

 a { background-color: rgb(179,39,225); }

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

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

 span { border-color: rgb(179,39,225); }

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