Shades of Dark Orchid #B72DD3
Tints of Dark Orchid #B72DD3
RGB
CMYK
RGB Variations
Color information
#B72DD3 (or 0xB72DD3) is known color: Dark Orchid. HEX triplet: B7, 2D and D3. RGB value is (183,45,211). Sum of RGB (Red+Green+Blue) = 183+45+211=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #B72DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DD3 is #48D22C. Grayscale: #686868. Windows color (decimal): -4772397 or 13839799. OLE color: 13839799.
HSL color Cylindrical-coordinate representation of color #B72DD3: hue angle of 289.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72DD3 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 45 | 211 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.17 |
| HSL | 289.88º | 0.65% | 0.5% | - |
| HSV(B) | 289.88º | 0.79% | 0.83% | - |
| XYZ | 32.22 | 16.65 | 63.14 | - |
| YUV | 105.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 211 | 0.13 | 0.79 | 0 | 0.17 | 289.88 | 0.65 | 0.5 |
| Hex | B7 | 2D | D3 | D | 4F | 0 | 11 | 122 | 41 | 32 |
| Octal | 267 | 55 | 323 | 15 | 117 | 0 | 21 | 442 | 101 | 62 |
| Binary | 10110111 | 101101 | 11010011 | 1101 | 1001111 | 0 | 10001 | 100100010 | 1000001 | 110010 |
Color Harmonies of #B72DD3
Complementary color
Monochromatic Colors of #B72DD3
Black with #B72DD3
Text Example
Text Example
White with #B72DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DD3; }
p { color: rgb(183,45,211); }
H1.HeaderClassName
{
color: #B72DD3;
}
.AnyTagClassName
{
color: #B72DD3;
}
</style>
background-color css
<style>
a { background-color: #B72DD3; }
a { background-color: rgb(183,45,211); }
div.DivClassName
{
background-color: #B72DD3;
}
.BgClassName
{
background-color: #B72DD3;
}
</style>
border-color css
<style>
span { border-color: #B72DD3; }
span { border-color: rgb(183,45,211); }
td.TdClassName
{
border-color: #B72DD3;
}
.TagClassName
{
border-color: #B72DD3;
}
</style>