Shades of Dark Orchid #B72CDD
Tints of Dark Orchid #B72CDD
RGB
CMYK
RGB Variations
Color information
#B72CDD (or 0xB72CDD) is known color: Dark Orchid. HEX triplet: B7, 2C and DD. RGB value is (183,44,221). Sum of RGB (Red+Green+Blue) = 183+44+221=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B72CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CDD is #48D322. Grayscale: #696969. Windows color (decimal): -4772643 or 14494903. OLE color: 14494903.
HSL color Cylindrical-coordinate representation of color #B72CDD: hue angle of 287.12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72CDD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 44 | 221 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.13 |
| HSL | 287.12º | 0.72% | 0.52% | - |
| HSV(B) | 287.12º | 0.8% | 0.87% | - |
| XYZ | 33.48 | 17.09 | 69.94 | - |
| YUV | 105.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 221 | 0.17 | 0.80 | 0 | 0.13 | 287.12 | 0.72 | 0.52 |
| Hex | B7 | 2C | DD | 11 | 50 | 0 | D | 11F | 48 | 34 |
| Octal | 267 | 54 | 335 | 21 | 120 | 0 | 15 | 437 | 110 | 64 |
| Binary | 10110111 | 101100 | 11011101 | 10001 | 1010000 | 0 | 1101 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72CDD
Complementary color
Monochromatic Colors of #B72CDD
Black with #B72CDD
Text Example
Text Example
White with #B72CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CDD; }
p { color: rgb(183,44,221); }
H1.HeaderClassName
{
color: #B72CDD;
}
.AnyTagClassName
{
color: #B72CDD;
}
</style>
background-color css
<style>
a { background-color: #B72CDD; }
a { background-color: rgb(183,44,221); }
div.DivClassName
{
background-color: #B72CDD;
}
.BgClassName
{
background-color: #B72CDD;
}
</style>
border-color css
<style>
span { border-color: #B72CDD; }
span { border-color: rgb(183,44,221); }
td.TdClassName
{
border-color: #B72CDD;
}
.TagClassName
{
border-color: #B72CDD;
}
</style>