Shades of Dark Orchid #B72DDC
Tints of Dark Orchid #B72DDC
RGB
CMYK
RGB Variations
Color information
#B72DDC (or 0xB72DDC) is known color: Dark Orchid. HEX triplet: B7, 2D and DC. RGB value is (183,45,220). Sum of RGB (Red+Green+Blue) = 183+45+220=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #B72DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DDC is #48D223. Grayscale: #696969. Windows color (decimal): -4772388 or 14429623. OLE color: 14429623.
HSL color Cylindrical-coordinate representation of color #B72DDC: hue angle of 287.31º degrees, saturation: 0.71, 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 #B72DDC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 45 | 220 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.14 |
| HSL | 287.31º | 0.71% | 0.52% | - |
| HSV(B) | 287.31º | 0.8% | 0.86% | - |
| XYZ | 33.39 | 17.11 | 69.25 | - |
| YUV | 106.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 220 | 0.17 | 0.80 | 0 | 0.14 | 287.31 | 0.71 | 0.52 |
| Hex | B7 | 2D | DC | 11 | 50 | 0 | E | 11F | 47 | 34 |
| Octal | 267 | 55 | 334 | 21 | 120 | 0 | 16 | 437 | 107 | 64 |
| Binary | 10110111 | 101101 | 11011100 | 10001 | 1010000 | 0 | 1110 | 100011111 | 1000111 | 110100 |
Color Harmonies of #B72DDC
Complementary color
Monochromatic Colors of #B72DDC
Black with #B72DDC
Text Example
Text Example
White with #B72DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DDC; }
p { color: rgb(183,45,220); }
H1.HeaderClassName
{
color: #B72DDC;
}
.AnyTagClassName
{
color: #B72DDC;
}
</style>
background-color css
<style>
a { background-color: #B72DDC; }
a { background-color: rgb(183,45,220); }
div.DivClassName
{
background-color: #B72DDC;
}
.BgClassName
{
background-color: #B72DDC;
}
</style>
border-color css
<style>
span { border-color: #B72DDC; }
span { border-color: rgb(183,45,220); }
td.TdClassName
{
border-color: #B72DDC;
}
.TagClassName
{
border-color: #B72DDC;
}
</style>