#B322BF

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

Shades of Dark Orchid #B322BF

Tints of Dark Orchid #B322BF

Color information

#B322BF (or 0xB322BF) is unknown color: approx Dark Orchid. HEX triplet: B3, 22 and BF. RGB value is (179,34,191). Sum of RGB (Red+Green+Blue) = 179+34+191=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B322BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322BF is #4CDD40. Grayscale: #5E5E5E. Windows color (decimal): -5037377 or 12526259. OLE color: 12526259.

HSL color Cylindrical-coordinate representation of color #B322BF: hue angle of 295.41º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B322BF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17934191-
CMYK0.060.8200.25
HSL295.41º69.78%44.12%-
HSV(B)295.41º82.2%74.9%-
XYZ28.5714.4950.58-
YUV95.25182.04187.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 34 (13.67% from 255) = 8.42%
BLUE value IS 191 (75% from 255) = 47.28%
R=44.31%
G=8.42%
B=47.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179341910.060.8200.25295.4169.7844.12
HexB322BF652019127462c
Octal26342277612203144710654
Binary101100111000101011111111010100100110011001001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B322BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B322BF; }

 p { color: rgb(179,34,191); }

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

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

 a { background-color: rgb(179,34,191); }

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

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

 span { border-color: rgb(179,34,191); }

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