Shades of Dark Orchid #B320CD
Tints of Dark Orchid #B320CD
RGB
CMYK
RGB Variations
Color information
#B320CD (or 0xB320CD) is known color: Dark Orchid. HEX triplet: B3, 20 and CD. RGB value is (179,32,205). Sum of RGB (Red+Green+Blue) = 179+32+205=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #B320CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CD is #4CDF32. Grayscale: #5F5F5F. Windows color (decimal): -5037875 or 13443251. OLE color: 13443251.
HSL color Cylindrical-coordinate representation of color #B320CD: hue angle of 290.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320CD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 32 | 205 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.20 |
| HSL | 290.98º | 0.73% | 0.46% | - |
| HSV(B) | 290.98º | 0.84% | 0.8% | - |
| XYZ | 30.13 | 15.02 | 59.07 | - |
| YUV | 95.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 205 | 0.13 | 0.84 | 0 | 0.20 | 290.98 | 0.73 | 0.46 |
| Hex | B3 | 20 | CD | D | 54 | 0 | 14 | 123 | 49 | 2E |
| Octal | 263 | 40 | 315 | 15 | 124 | 0 | 24 | 443 | 111 | 56 |
| Binary | 10110011 | 100000 | 11001101 | 1101 | 1010100 | 0 | 10100 | 100100011 | 1001001 | 101110 |
Color Harmonies of #B320CD
Complementary color
Monochromatic Colors of #B320CD
Black with #B320CD
Text Example
Text Example
White with #B320CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320CD; }
p { color: rgb(179,32,205); }
H1.HeaderClassName
{
color: #B320CD;
}
.AnyTagClassName
{
color: #B320CD;
}
</style>
background-color css
<style>
a { background-color: #B320CD; }
a { background-color: rgb(179,32,205); }
div.DivClassName
{
background-color: #B320CD;
}
.BgClassName
{
background-color: #B320CD;
}
</style>
border-color css
<style>
span { border-color: #B320CD; }
span { border-color: rgb(179,32,205); }
td.TdClassName
{
border-color: #B320CD;
}
.TagClassName
{
border-color: #B320CD;
}
</style>