Shades of Dark Orchid #B72BD3
Tints of Dark Orchid #B72BD3
RGB
CMYK
RGB Variations
Color information
#B72BD3 (or 0xB72BD3) is known color: Dark Orchid. HEX triplet: B7, 2B and D3. RGB value is (183,43,211). Sum of RGB (Red+Green+Blue) = 183+43+211=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #B72BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BD3 is #48D42C. Grayscale: #676767. Windows color (decimal): -4772909 or 13839287. OLE color: 13839287.
HSL color Cylindrical-coordinate representation of color #B72BD3: hue angle of 290º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72BD3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 43 | 211 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.17 |
| HSL | 290º | 0.66% | 0.5% | - |
| HSV(B) | 290º | 0.8% | 0.83% | - |
| XYZ | 32.15 | 16.5 | 63.12 | - |
| YUV | 104.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 211 | 0.13 | 0.80 | 0 | 0.17 | 290 | 0.66 | 0.5 |
| Hex | B7 | 2B | D3 | D | 50 | 0 | 11 | 122 | 42 | 32 |
| Octal | 267 | 53 | 323 | 15 | 120 | 0 | 21 | 442 | 102 | 62 |
| Binary | 10110111 | 101011 | 11010011 | 1101 | 1010000 | 0 | 10001 | 100100010 | 1000010 | 110010 |
Color Harmonies of #B72BD3
Complementary color
Monochromatic Colors of #B72BD3
Black with #B72BD3
Text Example
Text Example
White with #B72BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BD3; }
p { color: rgb(183,43,211); }
H1.HeaderClassName
{
color: #B72BD3;
}
.AnyTagClassName
{
color: #B72BD3;
}
</style>
background-color css
<style>
a { background-color: #B72BD3; }
a { background-color: rgb(183,43,211); }
div.DivClassName
{
background-color: #B72BD3;
}
.BgClassName
{
background-color: #B72BD3;
}
</style>
border-color css
<style>
span { border-color: #B72BD3; }
span { border-color: rgb(183,43,211); }
td.TdClassName
{
border-color: #B72BD3;
}
.TagClassName
{
border-color: #B72BD3;
}
</style>