Shades of Dark Orchid #B326BC
Tints of Dark Orchid #B326BC
RGB
CMYK
RGB Variations
Color information
#B326BC (or 0xB326BC) is known color: Dark Orchid. HEX triplet: B3, 26 and BC. RGB value is (179,38,188). Sum of RGB (Red+Green+Blue) = 179+38+188=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B326BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326BC is #4CD943. Grayscale: #606060. Windows color (decimal): -5036356 or 12330675. OLE color: 12330675.
HSL color Cylindrical-coordinate representation of color #B326BC: hue angle of 296.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B326BC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 38 | 188 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.26 |
| HSL | 296.4º | 0.66% | 0.44% | - |
| HSV(B) | 296.4º | 0.8% | 0.74% | - |
| XYZ | 28.36 | 14.6 | 48.9 | - |
| YUV | 97.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 188 | 0.05 | 0.80 | 0 | 0.26 | 296.4 | 0.66 | 0.44 |
| Hex | B3 | 26 | BC | 5 | 50 | 0 | 1A | 128 | 42 | 2C |
| Octal | 263 | 46 | 274 | 5 | 120 | 0 | 32 | 450 | 102 | 54 |
| Binary | 10110011 | 100110 | 10111100 | 101 | 1010000 | 0 | 11010 | 100101000 | 1000010 | 101100 |
Color Harmonies of #B326BC
Complementary color
Monochromatic Colors of #B326BC
Black with #B326BC
Text Example
Text Example
White with #B326BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326BC; }
p { color: rgb(179,38,188); }
H1.HeaderClassName
{
color: #B326BC;
}
.AnyTagClassName
{
color: #B326BC;
}
</style>
background-color css
<style>
a { background-color: #B326BC; }
a { background-color: rgb(179,38,188); }
div.DivClassName
{
background-color: #B326BC;
}
.BgClassName
{
background-color: #B326BC;
}
</style>
border-color css
<style>
span { border-color: #B326BC; }
span { border-color: rgb(179,38,188); }
td.TdClassName
{
border-color: #B326BC;
}
.TagClassName
{
border-color: #B326BC;
}
</style>