Shades of Dark Orchid #B321BF
Tints of Dark Orchid #B321BF
RGB
CMYK
RGB Variations
Color information
#B321BF (or 0xB321BF) is known color: Dark Orchid. HEX triplet: B3, 21 and BF. RGB value is (179,33,191). Sum of RGB (Red+Green+Blue) = 179+33+191=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #B321BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BF is #4CDE40. Grayscale: #5E5E5E. Windows color (decimal): -5037633 or 12526003. OLE color: 12526003.
HSL color Cylindrical-coordinate representation of color #B321BF: hue angle of 295.44º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B321BF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 33 | 191 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.25 |
| HSL | 295.44º | 0.71% | 0.44% | - |
| HSV(B) | 295.44º | 0.83% | 0.75% | - |
| XYZ | 28.54 | 14.43 | 50.57 | - |
| YUV | 94.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 191 | 0.06 | 0.83 | 0 | 0.25 | 295.44 | 0.71 | 0.44 |
| Hex | B3 | 21 | BF | 6 | 53 | 0 | 19 | 127 | 47 | 2C |
| Octal | 263 | 41 | 277 | 6 | 123 | 0 | 31 | 447 | 107 | 54 |
| Binary | 10110011 | 100001 | 10111111 | 110 | 1010011 | 0 | 11001 | 100100111 | 1000111 | 101100 |
Color Harmonies of #B321BF
Complementary color
Monochromatic Colors of #B321BF
Black with #B321BF
Text Example
Text Example
White with #B321BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321BF; }
p { color: rgb(179,33,191); }
H1.HeaderClassName
{
color: #B321BF;
}
.AnyTagClassName
{
color: #B321BF;
}
</style>
background-color css
<style>
a { background-color: #B321BF; }
a { background-color: rgb(179,33,191); }
div.DivClassName
{
background-color: #B321BF;
}
.BgClassName
{
background-color: #B321BF;
}
</style>
border-color css
<style>
span { border-color: #B321BF; }
span { border-color: rgb(179,33,191); }
td.TdClassName
{
border-color: #B321BF;
}
.TagClassName
{
border-color: #B321BF;
}
</style>