Shades of Dark Orchid #B72CDC
Tints of Dark Orchid #B72CDC
RGB
CMYK
RGB Variations
Color information
#B72CDC (or 0xB72CDC) is known color: Dark Orchid. HEX triplet: B7, 2C and DC. RGB value is (183,44,220). Sum of RGB (Red+Green+Blue) = 183+44+220=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B72CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CDC is #48D323. Grayscale: #696969. Windows color (decimal): -4772644 or 14429367. OLE color: 14429367.
HSL color Cylindrical-coordinate representation of color #B72CDC: hue angle of 287.39º 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 #B72CDC is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 44 | 220 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.14 |
| HSL | 287.39º | 0.72% | 0.52% | - |
| HSV(B) | 287.39º | 0.8% | 0.86% | - |
| XYZ | 33.35 | 17.04 | 69.24 | - |
| YUV | 105.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 220 | 0.17 | 0.8 | 0 | 0.14 | 287.39 | 0.72 | 0.52 |
| Hex | B7 | 2C | DC | 11 | 50 | 0 | E | 11F | 48 | 34 |
| Octal | 267 | 54 | 334 | 21 | 120 | 0 | 16 | 437 | 110 | 64 |
| Binary | 10110111 | 101100 | 11011100 | 10001 | 1010000 | 0 | 1110 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72CDC
Complementary color
Monochromatic Colors of #B72CDC
Black with #B72CDC
Text Example
Text Example
White with #B72CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CDC; }
p { color: rgb(183,44,220); }
H1.HeaderClassName
{
color: #B72CDC;
}
.AnyTagClassName
{
color: #B72CDC;
}
</style>
background-color css
<style>
a { background-color: #B72CDC; }
a { background-color: rgb(183,44,220); }
div.DivClassName
{
background-color: #B72CDC;
}
.BgClassName
{
background-color: #B72CDC;
}
</style>
border-color css
<style>
span { border-color: #B72CDC; }
span { border-color: rgb(183,44,220); }
td.TdClassName
{
border-color: #B72CDC;
}
.TagClassName
{
border-color: #B72CDC;
}
</style>