Shades of Dark Orchid #B327D8
Tints of Dark Orchid #B327D8
RGB
CMYK
RGB Variations
Color information
#B327D8 (or 0xB327D8) is known color: Dark Orchid. HEX triplet: B3, 27 and D8. RGB value is (179,39,216). Sum of RGB (Red+Green+Blue) = 179+39+216=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #B327D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327D8 is #4CD827. Grayscale: #646464. Windows color (decimal): -5036072 or 14165939. OLE color: 14165939.
HSL color Cylindrical-coordinate representation of color #B327D8: hue angle of 287.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B327D8 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 39 | 216 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.15 |
| HSL | 287.46º | 0.69% | 0.5% | - |
| HSV(B) | 287.46º | 0.82% | 0.85% | - |
| XYZ | 31.71 | 15.99 | 66.38 | - |
| YUV | 101.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 216 | 0.17 | 0.82 | 0 | 0.15 | 287.46 | 0.69 | 0.5 |
| Hex | B3 | 27 | D8 | 11 | 52 | 0 | F | 11F | 45 | 32 |
| Octal | 263 | 47 | 330 | 21 | 122 | 0 | 17 | 437 | 105 | 62 |
| Binary | 10110011 | 100111 | 11011000 | 10001 | 1010010 | 0 | 1111 | 100011111 | 1000101 | 110010 |
Color Harmonies of #B327D8
Complementary color
Monochromatic Colors of #B327D8
Black with #B327D8
Text Example
Text Example
White with #B327D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B327D8; }
p { color: rgb(179,39,216); }
H1.HeaderClassName
{
color: #B327D8;
}
.AnyTagClassName
{
color: #B327D8;
}
</style>
background-color css
<style>
a { background-color: #B327D8; }
a { background-color: rgb(179,39,216); }
div.DivClassName
{
background-color: #B327D8;
}
.BgClassName
{
background-color: #B327D8;
}
</style>
border-color css
<style>
span { border-color: #B327D8; }
span { border-color: rgb(179,39,216); }
td.TdClassName
{
border-color: #B327D8;
}
.TagClassName
{
border-color: #B327D8;
}
</style>