Shades of Dark Orchid #B321B7
Tints of Dark Orchid #B321B7
RGB
CMYK
RGB Variations
Color information
#B321B7 (or 0xB321B7) is known color: Dark Orchid. HEX triplet: B3, 21 and B7. RGB value is (179,33,183). Sum of RGB (Red+Green+Blue) = 179+33+183=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #B321B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321B7 is #4CDE48. Grayscale: #5D5D5D. Windows color (decimal): -5037641 or 12001715. OLE color: 12001715.
HSL color Cylindrical-coordinate representation of color #B321B7: hue angle of 298.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321B7 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 33 | 183 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.28 |
| HSL | 298.4º | 0.69% | 0.42% | - |
| HSV(B) | 298.4º | 0.82% | 0.72% | - |
| XYZ | 27.68 | 14.09 | 46.06 | - |
| YUV | 93.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 183 | 0.02 | 0.82 | 0 | 0.28 | 298.4 | 0.69 | 0.42 |
| Hex | B3 | 21 | B7 | 2 | 52 | 0 | 1C | 12A | 45 | 2A |
| Octal | 263 | 41 | 267 | 2 | 122 | 0 | 34 | 452 | 105 | 52 |
| Binary | 10110011 | 100001 | 10110111 | 10 | 1010010 | 0 | 11100 | 100101010 | 1000101 | 101010 |
Color Harmonies of #B321B7
Complementary color
Monochromatic Colors of #B321B7
Black with #B321B7
Text Example
Text Example
White with #B321B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321B7; }
p { color: rgb(179,33,183); }
H1.HeaderClassName
{
color: #B321B7;
}
.AnyTagClassName
{
color: #B321B7;
}
</style>
background-color css
<style>
a { background-color: #B321B7; }
a { background-color: rgb(179,33,183); }
div.DivClassName
{
background-color: #B321B7;
}
.BgClassName
{
background-color: #B321B7;
}
</style>
border-color css
<style>
span { border-color: #B321B7; }
span { border-color: rgb(179,33,183); }
td.TdClassName
{
border-color: #B321B7;
}
.TagClassName
{
border-color: #B321B7;
}
</style>