Shades of Dark Orchid #B72CDA
Tints of Dark Orchid #B72CDA
RGB
CMYK
RGB Variations
Color information
#B72CDA (or 0xB72CDA) is known color: Dark Orchid. HEX triplet: B7, 2C and DA. RGB value is (183,44,218). Sum of RGB (Red+Green+Blue) = 183+44+218=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B72CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CDA is #48D325. Grayscale: #686868. Windows color (decimal): -4772646 or 14298295. OLE color: 14298295.
HSL color Cylindrical-coordinate representation of color #B72CDA: hue angle of 287.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72CDA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 44 | 218 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.15 |
| HSL | 287.93º | 0.7% | 0.51% | - |
| HSV(B) | 287.93º | 0.8% | 0.85% | - |
| XYZ | 33.08 | 16.93 | 67.85 | - |
| YUV | 105.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 218 | 0.16 | 0.80 | 0 | 0.15 | 287.93 | 0.7 | 0.51 |
| Hex | B7 | 2C | DA | 10 | 50 | 0 | F | 120 | 46 | 33 |
| Octal | 267 | 54 | 332 | 20 | 120 | 0 | 17 | 440 | 106 | 63 |
| Binary | 10110111 | 101100 | 11011010 | 10000 | 1010000 | 0 | 1111 | 100100000 | 1000110 | 110011 |
Color Harmonies of #B72CDA
Complementary color
Monochromatic Colors of #B72CDA
Black with #B72CDA
Text Example
Text Example
White with #B72CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CDA; }
p { color: rgb(183,44,218); }
H1.HeaderClassName
{
color: #B72CDA;
}
.AnyTagClassName
{
color: #B72CDA;
}
</style>
background-color css
<style>
a { background-color: #B72CDA; }
a { background-color: rgb(183,44,218); }
div.DivClassName
{
background-color: #B72CDA;
}
.BgClassName
{
background-color: #B72CDA;
}
</style>
border-color css
<style>
span { border-color: #B72CDA; }
span { border-color: rgb(183,44,218); }
td.TdClassName
{
border-color: #B72CDA;
}
.TagClassName
{
border-color: #B72CDA;
}
</style>