Shades of Dark Orchid #B321BC
Tints of Dark Orchid #B321BC
RGB
CMYK
RGB Variations
Color information
#B321BC (or 0xB321BC) is known color: Dark Orchid. HEX triplet: B3, 21 and BC. RGB value is (179,33,188). Sum of RGB (Red+Green+Blue) = 179+33+188=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #B321BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BC is #4CDE43. Grayscale: #5D5D5D. Windows color (decimal): -5037636 or 12329395. OLE color: 12329395.
HSL color Cylindrical-coordinate representation of color #B321BC: hue angle of 296.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321BC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 33 | 188 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.26 |
| HSL | 296.52º | 0.7% | 0.43% | - |
| HSV(B) | 296.52º | 0.82% | 0.74% | - |
| XYZ | 28.21 | 14.3 | 48.85 | - |
| YUV | 94.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 188 | 0.05 | 0.82 | 0 | 0.26 | 296.52 | 0.7 | 0.43 |
| Hex | B3 | 21 | BC | 5 | 52 | 0 | 1A | 129 | 46 | 2B |
| Octal | 263 | 41 | 274 | 5 | 122 | 0 | 32 | 451 | 106 | 53 |
| Binary | 10110011 | 100001 | 10111100 | 101 | 1010010 | 0 | 11010 | 100101001 | 1000110 | 101011 |
Color Harmonies of #B321BC
Complementary color
Monochromatic Colors of #B321BC
Black with #B321BC
Text Example
Text Example
White with #B321BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321BC; }
p { color: rgb(179,33,188); }
H1.HeaderClassName
{
color: #B321BC;
}
.AnyTagClassName
{
color: #B321BC;
}
</style>
background-color css
<style>
a { background-color: #B321BC; }
a { background-color: rgb(179,33,188); }
div.DivClassName
{
background-color: #B321BC;
}
.BgClassName
{
background-color: #B321BC;
}
</style>
border-color css
<style>
span { border-color: #B321BC; }
span { border-color: rgb(179,33,188); }
td.TdClassName
{
border-color: #B321BC;
}
.TagClassName
{
border-color: #B321BC;
}
</style>