Shades of Dark Orchid #B731DB
Tints of Dark Orchid #B731DB
RGB
CMYK
RGB Variations
Color information
#B731DB (or 0xB731DB) is known color: Dark Orchid. HEX triplet: B7, 31 and DB. RGB value is (183,49,219). Sum of RGB (Red+Green+Blue) = 183+49+219=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B731DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731DB is #48CE24. Grayscale: #6B6B6B. Windows color (decimal): -4771365 or 14365111. OLE color: 14365111.
HSL color Cylindrical-coordinate representation of color #B731DB: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B731DB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 49 | 219 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.14 |
| HSL | 287.29º | 0.7% | 0.53% | - |
| HSV(B) | 287.29º | 0.78% | 0.86% | - |
| XYZ | 33.41 | 17.38 | 68.61 | - |
| YUV | 108.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 219 | 0.16 | 0.78 | 0 | 0.14 | 287.29 | 0.7 | 0.53 |
| Hex | B7 | 31 | DB | 10 | 4E | 0 | E | 11F | 46 | 35 |
| Octal | 267 | 61 | 333 | 20 | 116 | 0 | 16 | 437 | 106 | 65 |
| Binary | 10110111 | 110001 | 11011011 | 10000 | 1001110 | 0 | 1110 | 100011111 | 1000110 | 110101 |
Color Harmonies of #B731DB
Complementary color
Monochromatic Colors of #B731DB
Black with #B731DB
Text Example
Text Example
White with #B731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731DB; }
p { color: rgb(183,49,219); }
H1.HeaderClassName
{
color: #B731DB;
}
.AnyTagClassName
{
color: #B731DB;
}
</style>
background-color css
<style>
a { background-color: #B731DB; }
a { background-color: rgb(183,49,219); }
div.DivClassName
{
background-color: #B731DB;
}
.BgClassName
{
background-color: #B731DB;
}
</style>
border-color css
<style>
span { border-color: #B731DB; }
span { border-color: rgb(183,49,219); }
td.TdClassName
{
border-color: #B731DB;
}
.TagClassName
{
border-color: #B731DB;
}
</style>