#B327C0

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

Shades of Dark Orchid #B327C0

Tints of Dark Orchid #B327C0

Color information

#B327C0 (or 0xB327C0) is unknown color: approx Dark Orchid. HEX triplet: B3, 27 and C0. RGB value is (179,39,192). Sum of RGB (Red+Green+Blue) = 179+39+192=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #B327C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327C0 is #4CD83F. Grayscale: #616161. Windows color (decimal): -5036096 or 12593075. OLE color: 12593075.

HSL color Cylindrical-coordinate representation of color #B327C0: hue angle of 294.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B327C0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17939192-
CMYK0.070.8000.25
HSL294.9º66.23%45.29%-
HSV(B)294.9º79.69%75.29%-
XYZ28.8314.8451.21-
YUV98.3180.88185.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 39 (15.62% from 255) = 9.51%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=43.66%
G=9.51%
B=46.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179391920.070.8000.25294.966.2345.29
HexB327C0750019127422d
Octal26347300712003144710255
Binary101100111001111100000011110100000110011001001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B327C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B327C0; }

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

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

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

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

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

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

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

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