Shades of Dark Orchid #B322BF
Tints of Dark Orchid #B322BF
RGB
CMYK
RGB Variations
Color information
#B322BF (or 0xB322BF) is known color: 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
| RGB | 179 | 34 | 191 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.25 |
| HSL | 295.41º | 0.7% | 0.44% | - |
| HSV(B) | 295.41º | 0.82% | 0.75% | - |
| XYZ | 28.57 | 14.49 | 50.58 | - |
| YUV | 95.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 191 | 0.06 | 0.82 | 0 | 0.25 | 295.41 | 0.7 | 0.44 |
| Hex | B3 | 22 | BF | 6 | 52 | 0 | 19 | 127 | 46 | 2C |
| Octal | 263 | 42 | 277 | 6 | 122 | 0 | 31 | 447 | 106 | 54 |
| Binary | 10110011 | 100010 | 10111111 | 110 | 1010010 | 0 | 11001 | 100100111 | 1000110 | 101100 |
Color Harmonies of #B322BF
Complementary color
Monochromatic Colors of #B322BF
Black with #B322BF
Text Example
Text Example
White with #B322BF
Text Example
Text Example
HTML Codes & Css Web 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>