Shades of Dark Orchid #B328CB
Tints of Dark Orchid #B328CB
RGB
CMYK
RGB Variations
Color information
#B328CB (or 0xB328CB) is known color: Dark Orchid. HEX triplet: B3, 28 and CB. RGB value is (179,40,203). Sum of RGB (Red+Green+Blue) = 179+40+203=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B328CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328CB is #4CD734. Grayscale: #636363. Windows color (decimal): -5035829 or 13314227. OLE color: 13314227.
HSL color Cylindrical-coordinate representation of color #B328CB: hue angle of 291.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B328CB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 40 | 203 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.20 |
| HSL | 291.17º | 0.67% | 0.48% | - |
| HSV(B) | 291.17º | 0.8% | 0.8% | - |
| XYZ | 30.13 | 15.41 | 57.89 | - |
| YUV | 100.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 203 | 0.12 | 0.80 | 0 | 0.20 | 291.17 | 0.67 | 0.48 |
| Hex | B3 | 28 | CB | C | 50 | 0 | 14 | 123 | 43 | 30 |
| Octal | 263 | 50 | 313 | 14 | 120 | 0 | 24 | 443 | 103 | 60 |
| Binary | 10110011 | 101000 | 11001011 | 1100 | 1010000 | 0 | 10100 | 100100011 | 1000011 | 110000 |
Color Harmonies of #B328CB
Complementary color
Monochromatic Colors of #B328CB
Black with #B328CB
Text Example
Text Example
White with #B328CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328CB; }
p { color: rgb(179,40,203); }
H1.HeaderClassName
{
color: #B328CB;
}
.AnyTagClassName
{
color: #B328CB;
}
</style>
background-color css
<style>
a { background-color: #B328CB; }
a { background-color: rgb(179,40,203); }
div.DivClassName
{
background-color: #B328CB;
}
.BgClassName
{
background-color: #B328CB;
}
</style>
border-color css
<style>
span { border-color: #B328CB; }
span { border-color: rgb(179,40,203); }
td.TdClassName
{
border-color: #B328CB;
}
.TagClassName
{
border-color: #B328CB;
}
</style>