Shades of Dark Orchid #B327DD
Tints of Dark Orchid #B327DD
RGB
CMYK
RGB Variations
Color information
#B327DD (or 0xB327DD) is known color: Dark Orchid. HEX triplet: B3, 27 and DD. RGB value is (179,39,221). Sum of RGB (Red+Green+Blue) = 179+39+221=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #B327DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327DD is #4CD822. Grayscale: #656565. Windows color (decimal): -5036067 or 14493619. OLE color: 14493619.
HSL color Cylindrical-coordinate representation of color #B327DD: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B327DD is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 39 | 221 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.13 |
| HSL | 286.15º | 0.73% | 0.51% | - |
| HSV(B) | 286.15º | 0.82% | 0.87% | - |
| XYZ | 32.37 | 16.26 | 69.84 | - |
| YUV | 101.61 | 195.38 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 221 | 0.19 | 0.82 | 0 | 0.13 | 286.15 | 0.73 | 0.51 |
| Hex | B3 | 27 | DD | 13 | 52 | 0 | D | 11E | 49 | 33 |
| Octal | 263 | 47 | 335 | 23 | 122 | 0 | 15 | 436 | 111 | 63 |
| Binary | 10110011 | 100111 | 11011101 | 10011 | 1010010 | 0 | 1101 | 100011110 | 1001001 | 110011 |
Color Harmonies of #B327DD
Complementary color
Monochromatic Colors of #B327DD
Black with #B327DD
Text Example
Text Example
White with #B327DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B327DD; }
p { color: rgb(179,39,221); }
H1.HeaderClassName
{
color: #B327DD;
}
.AnyTagClassName
{
color: #B327DD;
}
</style>
background-color css
<style>
a { background-color: #B327DD; }
a { background-color: rgb(179,39,221); }
div.DivClassName
{
background-color: #B327DD;
}
.BgClassName
{
background-color: #B327DD;
}
</style>
border-color css
<style>
span { border-color: #B327DD; }
span { border-color: rgb(179,39,221); }
td.TdClassName
{
border-color: #B327DD;
}
.TagClassName
{
border-color: #B327DD;
}
</style>