Shades of Dark Orchid #B72BDC
Tints of Dark Orchid #B72BDC
RGB
CMYK
RGB Variations
Color information
#B72BDC (or 0xB72BDC) is known color: Dark Orchid. HEX triplet: B7, 2B and DC. RGB value is (183,43,220). Sum of RGB (Red+Green+Blue) = 183+43+220=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B72BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BDC is #48D423. Grayscale: #686868. Windows color (decimal): -4772900 or 14429111. OLE color: 14429111.
HSL color Cylindrical-coordinate representation of color #B72BDC: hue angle of 287.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72BDC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 43 | 220 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.14 |
| HSL | 287.46º | 0.72% | 0.52% | - |
| HSV(B) | 287.46º | 0.8% | 0.86% | - |
| XYZ | 33.31 | 16.96 | 69.23 | - |
| YUV | 105.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 220 | 0.17 | 0.80 | 0 | 0.14 | 287.46 | 0.72 | 0.52 |
| Hex | B7 | 2B | DC | 11 | 50 | 0 | E | 11F | 48 | 34 |
| Octal | 267 | 53 | 334 | 21 | 120 | 0 | 16 | 437 | 110 | 64 |
| Binary | 10110111 | 101011 | 11011100 | 10001 | 1010000 | 0 | 1110 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72BDC
Complementary color
Monochromatic Colors of #B72BDC
Black with #B72BDC
Text Example
Text Example
White with #B72BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BDC; }
p { color: rgb(183,43,220); }
H1.HeaderClassName
{
color: #B72BDC;
}
.AnyTagClassName
{
color: #B72BDC;
}
</style>
background-color css
<style>
a { background-color: #B72BDC; }
a { background-color: rgb(183,43,220); }
div.DivClassName
{
background-color: #B72BDC;
}
.BgClassName
{
background-color: #B72BDC;
}
</style>
border-color css
<style>
span { border-color: #B72BDC; }
span { border-color: rgb(183,43,220); }
td.TdClassName
{
border-color: #B72BDC;
}
.TagClassName
{
border-color: #B72BDC;
}
</style>