Shades of Dark Orchid #B327C0
Tints of Dark Orchid #B327C0
RGB
CMYK
RGB Variations
Color information
#B327C0 (or 0xB327C0) is known color: Dark Orchid. HEX triplet: B3, 27 and C0. RGB value is (179,39,192). Sum of RGB (Red+Green+Blue) = 179+39+192=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #B327C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327C0 is #4CD83F. Grayscale: #616161. Windows color (decimal): -5036096 or 12593075. OLE color: 12593075.
HSL color Cylindrical-coordinate representation of color #B327C0: hue angle of 294.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B327C0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 39 | 192 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.25 |
| HSL | 294.9º | 0.66% | 0.45% | - |
| HSV(B) | 294.9º | 0.8% | 0.75% | - |
| XYZ | 28.83 | 14.84 | 51.21 | - |
| YUV | 98.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 192 | 0.07 | 0.80 | 0 | 0.25 | 294.9 | 0.66 | 0.45 |
| Hex | B3 | 27 | C0 | 7 | 50 | 0 | 19 | 127 | 42 | 2D |
| Octal | 263 | 47 | 300 | 7 | 120 | 0 | 31 | 447 | 102 | 55 |
| Binary | 10110011 | 100111 | 11000000 | 111 | 1010000 | 0 | 11001 | 100100111 | 1000010 | 101101 |
Color Harmonies of #B327C0
Complementary color
Monochromatic Colors of #B327C0
Black with #B327C0
Text Example
Text Example
White with #B327C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B327C0; }
p { color: rgb(179,39,192); }
H1.HeaderClassName
{
color: #B327C0;
}
.AnyTagClassName
{
color: #B327C0;
}
</style>
background-color css
<style>
a { background-color: #B327C0; }
a { background-color: rgb(179,39,192); }
div.DivClassName
{
background-color: #B327C0;
}
.BgClassName
{
background-color: #B327C0;
}
</style>
border-color css
<style>
span { border-color: #B327C0; }
span { border-color: rgb(179,39,192); }
td.TdClassName
{
border-color: #B327C0;
}
.TagClassName
{
border-color: #B327C0;
}
</style>