#B327DC

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

Shades of Dark Orchid #B327DC

Tints of Dark Orchid #B327DC

Color information

#B327DC (or 0xB327DC) is unknown color: approx Dark Orchid. HEX triplet: B3, 27 and DC. RGB value is (179,39,220). Sum of RGB (Red+Green+Blue) = 179+39+220=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B327DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327DC is #4CD823. Grayscale: #646464. Windows color (decimal): -5036068 or 14428083. OLE color: 14428083.

HSL color Cylindrical-coordinate representation of color #B327DC: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B327DC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17939220-
CMYK0.190.8200.14
HSL286.41º72.11%50.78%-
HSV(B)286.41º82.27%86.27%-
XYZ32.2316.269.14-
YUV101.49194.88183.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 39 (15.62% from 255) = 8.90%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=40.87%
G=8.90%
B=50.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179392200.190.8200.14286.4172.1150.78
HexB327DC13520E11e4833
Octal263473342312201643611063
Binary1011001110011111011100100111010010011101000111101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B327DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B327DC; }

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

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

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

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

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

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

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

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