Shades of Dark Orchid #B81DDF
Tints of Dark Orchid #B81DDF
RGB
CMYK
RGB Variations
Color information
#B81DDF (or 0xB81DDF) is known color: Dark Orchid. HEX triplet: B8, 1D and DF. RGB value is (184,29,223). Sum of RGB (Red+Green+Blue) = 184+29+223=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B81DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DDF is #47E220. Grayscale: #606060. Windows color (decimal): -4710945 or 14622136. OLE color: 14622136.
HSL color Cylindrical-coordinate representation of color #B81DDF: hue angle of 287.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81DDF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 29 | 223 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.13 |
| HSL | 287.94º | 0.77% | 0.49% | - |
| HSV(B) | 287.94º | 0.87% | 0.87% | - |
| XYZ | 33.53 | 16.4 | 71.21 | - |
| YUV | 97.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 223 | 0.17 | 0.87 | 0 | 0.13 | 287.94 | 0.77 | 0.49 |
| Hex | B8 | 1D | DF | 11 | 57 | 0 | D | 120 | 4D | 31 |
| Octal | 270 | 35 | 337 | 21 | 127 | 0 | 15 | 440 | 115 | 61 |
| Binary | 10111000 | 11101 | 11011111 | 10001 | 1010111 | 0 | 1101 | 100100000 | 1001101 | 110001 |
Color Harmonies of #B81DDF
Complementary color
Monochromatic Colors of #B81DDF
Black with #B81DDF
Text Example
Text Example
White with #B81DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DDF; }
p { color: rgb(184,29,223); }
H1.HeaderClassName
{
color: #B81DDF;
}
.AnyTagClassName
{
color: #B81DDF;
}
</style>
background-color css
<style>
a { background-color: #B81DDF; }
a { background-color: rgb(184,29,223); }
div.DivClassName
{
background-color: #B81DDF;
}
.BgClassName
{
background-color: #B81DDF;
}
</style>
border-color css
<style>
span { border-color: #B81DDF; }
span { border-color: rgb(184,29,223); }
td.TdClassName
{
border-color: #B81DDF;
}
.TagClassName
{
border-color: #B81DDF;
}
</style>