Shades of Dark Orchid #B727DC
Tints of Dark Orchid #B727DC
RGB
CMYK
RGB Variations
Color information
#B727DC (or 0xB727DC) is known color: Dark Orchid. HEX triplet: B7, 27 and DC. RGB value is (183,39,220). Sum of RGB (Red+Green+Blue) = 183+39+220=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #B727DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727DC is #48D823. Grayscale: #666666. Windows color (decimal): -4773924 or 14428087. OLE color: 14428087.
HSL color Cylindrical-coordinate representation of color #B727DC: hue angle of 287.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B727DC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 39 | 220 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.14 |
| HSL | 287.73º | 0.72% | 0.51% | - |
| HSV(B) | 287.73º | 0.82% | 0.86% | - |
| XYZ | 33.17 | 16.69 | 69.18 | - |
| YUV | 102.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 220 | 0.17 | 0.82 | 0 | 0.14 | 287.73 | 0.72 | 0.51 |
| Hex | B7 | 27 | DC | 11 | 52 | 0 | E | 120 | 48 | 33 |
| Octal | 267 | 47 | 334 | 21 | 122 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10110111 | 100111 | 11011100 | 10001 | 1010010 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B727DC
Complementary color
Monochromatic Colors of #B727DC
Black with #B727DC
Text Example
Text Example
White with #B727DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B727DC; }
p { color: rgb(183,39,220); }
H1.HeaderClassName
{
color: #B727DC;
}
.AnyTagClassName
{
color: #B727DC;
}
</style>
background-color css
<style>
a { background-color: #B727DC; }
a { background-color: rgb(183,39,220); }
div.DivClassName
{
background-color: #B727DC;
}
.BgClassName
{
background-color: #B727DC;
}
</style>
border-color css
<style>
span { border-color: #B727DC; }
span { border-color: rgb(183,39,220); }
td.TdClassName
{
border-color: #B727DC;
}
.TagClassName
{
border-color: #B727DC;
}
</style>