Shades of Dark Orchid #B728DF
Tints of Dark Orchid #B728DF
RGB
CMYK
RGB Variations
Color information
#B728DF (or 0xB728DF) is known color: Dark Orchid. HEX triplet: B7, 28 and DF. RGB value is (183,40,223). Sum of RGB (Red+Green+Blue) = 183+40+223=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B728DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728DF is #48D720. Grayscale: #676767. Windows color (decimal): -4773665 or 14624951. OLE color: 14624951.
HSL color Cylindrical-coordinate representation of color #B728DF: hue angle of 286.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B728DF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 40 | 223 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.13 |
| HSL | 286.89º | 0.74% | 0.52% | - |
| HSV(B) | 286.89º | 0.82% | 0.87% | - |
| XYZ | 33.61 | 16.91 | 71.31 | - |
| YUV | 103.62 | 195.38 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 223 | 0.18 | 0.82 | 0 | 0.13 | 286.89 | 0.74 | 0.52 |
| Hex | B7 | 28 | DF | 12 | 52 | 0 | D | 11F | 4A | 34 |
| Octal | 267 | 50 | 337 | 22 | 122 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10110111 | 101000 | 11011111 | 10010 | 1010010 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B728DF
Complementary color
Monochromatic Colors of #B728DF
Black with #B728DF
Text Example
Text Example
White with #B728DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728DF; }
p { color: rgb(183,40,223); }
H1.HeaderClassName
{
color: #B728DF;
}
.AnyTagClassName
{
color: #B728DF;
}
</style>
background-color css
<style>
a { background-color: #B728DF; }
a { background-color: rgb(183,40,223); }
div.DivClassName
{
background-color: #B728DF;
}
.BgClassName
{
background-color: #B728DF;
}
</style>
border-color css
<style>
span { border-color: #B728DF; }
span { border-color: rgb(183,40,223); }
td.TdClassName
{
border-color: #B728DF;
}
.TagClassName
{
border-color: #B728DF;
}
</style>