Shades of Dark Orchid #B727DB
Tints of Dark Orchid #B727DB
RGB
CMYK
RGB Variations
Color information
#B727DB (or 0xB727DB) is known color: Dark Orchid. HEX triplet: B7, 27 and DB. RGB value is (183,39,219). Sum of RGB (Red+Green+Blue) = 183+39+219=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B727DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727DB is #48D824. Grayscale: #666666. Windows color (decimal): -4773925 or 14362551. OLE color: 14362551.
HSL color Cylindrical-coordinate representation of color #B727DB: hue angle of 288º degrees, saturation: 0.71, 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 #B727DB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 39 | 219 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.14 |
| HSL | 288º | 0.71% | 0.51% | - |
| HSV(B) | 288º | 0.82% | 0.86% | - |
| XYZ | 33.04 | 16.63 | 68.49 | - |
| YUV | 102.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 219 | 0.16 | 0.82 | 0 | 0.14 | 288 | 0.71 | 0.51 |
| Hex | B7 | 27 | DB | 10 | 52 | 0 | E | 120 | 47 | 33 |
| Octal | 267 | 47 | 333 | 20 | 122 | 0 | 16 | 440 | 107 | 63 |
| Binary | 10110111 | 100111 | 11011011 | 10000 | 1010010 | 0 | 1110 | 100100000 | 1000111 | 110011 |
Color Harmonies of #B727DB
Complementary color
Monochromatic Colors of #B727DB
Black with #B727DB
Text Example
Text Example
White with #B727DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B727DB; }
p { color: rgb(183,39,219); }
H1.HeaderClassName
{
color: #B727DB;
}
.AnyTagClassName
{
color: #B727DB;
}
</style>
background-color css
<style>
a { background-color: #B727DB; }
a { background-color: rgb(183,39,219); }
div.DivClassName
{
background-color: #B727DB;
}
.BgClassName
{
background-color: #B727DB;
}
</style>
border-color css
<style>
span { border-color: #B727DB; }
span { border-color: rgb(183,39,219); }
td.TdClassName
{
border-color: #B727DB;
}
.TagClassName
{
border-color: #B727DB;
}
</style>