Shades of Dark Orchid #B328BC
Tints of Dark Orchid #B328BC
RGB
CMYK
RGB Variations
Color information
#B328BC (or 0xB328BC) is known color: Dark Orchid. HEX triplet: B3, 28 and BC. RGB value is (179,40,188). Sum of RGB (Red+Green+Blue) = 179+40+188=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #B328BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328BC is #4CD743. Grayscale: #616161. Windows color (decimal): -5035844 or 12331187. OLE color: 12331187.
HSL color Cylindrical-coordinate representation of color #B328BC: hue angle of 296.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B328BC is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 40 | 188 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.26 |
| HSL | 296.35º | 0.65% | 0.45% | - |
| HSV(B) | 296.35º | 0.79% | 0.74% | - |
| XYZ | 28.43 | 14.73 | 48.92 | - |
| YUV | 98.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 188 | 0.05 | 0.79 | 0 | 0.26 | 296.35 | 0.65 | 0.45 |
| Hex | B3 | 28 | BC | 5 | 4F | 0 | 1A | 128 | 41 | 2D |
| Octal | 263 | 50 | 274 | 5 | 117 | 0 | 32 | 450 | 101 | 55 |
| Binary | 10110011 | 101000 | 10111100 | 101 | 1001111 | 0 | 11010 | 100101000 | 1000001 | 101101 |
Color Harmonies of #B328BC
Complementary color
Monochromatic Colors of #B328BC
Black with #B328BC
Text Example
Text Example
White with #B328BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328BC; }
p { color: rgb(179,40,188); }
H1.HeaderClassName
{
color: #B328BC;
}
.AnyTagClassName
{
color: #B328BC;
}
</style>
background-color css
<style>
a { background-color: #B328BC; }
a { background-color: rgb(179,40,188); }
div.DivClassName
{
background-color: #B328BC;
}
.BgClassName
{
background-color: #B328BC;
}
</style>
border-color css
<style>
span { border-color: #B328BC; }
span { border-color: rgb(179,40,188); }
td.TdClassName
{
border-color: #B328BC;
}
.TagClassName
{
border-color: #B328BC;
}
</style>