#B323B6

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

Shades of Dark Orchid #B323B6

Tints of Dark Orchid #B323B6

Color information

#B323B6 (or 0xB323B6) is unknown color: approx Dark Orchid. HEX triplet: B3, 23 and B6. RGB value is (179,35,182). Sum of RGB (Red+Green+Blue) = 179+35+182=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #B323B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323B6 is #4CDC49. Grayscale: #5E5E5E. Windows color (decimal): -5037130 or 11936691. OLE color: 11936691.

HSL color Cylindrical-coordinate representation of color #B323B6: hue angle of 298.78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B323B6 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17935182-
CMYK0.020.8100.29
HSL298.78º67.74%42.55%-
HSV(B)298.78º80.77%71.37%-
XYZ27.6314.1645.53-
YUV94.81177.21188.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 35 (14.06% from 255) = 8.84%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=45.20%
G=8.84%
B=45.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179351820.020.8100.29298.7867.7442.55
HexB323B625101D12b442b
Octal26343266212103545310453
Binary10110011100011101101101010100010111011001010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B323B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B323B6; }

 p { color: rgb(179,35,182); }

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

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

 a { background-color: rgb(179,35,182); }

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

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

 span { border-color: rgb(179,35,182); }

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