Shades of Dark Orchid #B028DF
Tints of Dark Orchid #B028DF
RGB
CMYK
RGB Variations
Color information
#B028DF (or 0xB028DF) is known color: Dark Orchid. HEX triplet: B0, 28 and DF. RGB value is (176,40,223). Sum of RGB (Red+Green+Blue) = 176+40+223=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B028DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028DF is #4FD720. Grayscale: #646464. Windows color (decimal): -5232417 or 14624944. OLE color: 14624944.
HSL color Cylindrical-coordinate representation of color #B028DF: hue angle of 284.59º 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 #B028DF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 40 | 223 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.13 |
| HSL | 284.59º | 0.74% | 0.52% | - |
| HSV(B) | 284.59º | 0.82% | 0.87% | - |
| XYZ | 31.98 | 16.08 | 71.23 | - |
| YUV | 101.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 223 | 0.21 | 0.82 | 0 | 0.13 | 284.59 | 0.74 | 0.52 |
| Hex | B0 | 28 | DF | 15 | 52 | 0 | D | 11D | 4A | 34 |
| Octal | 260 | 50 | 337 | 25 | 122 | 0 | 15 | 435 | 112 | 64 |
| Binary | 10110000 | 101000 | 11011111 | 10101 | 1010010 | 0 | 1101 | 100011101 | 1001010 | 110100 |
Color Harmonies of #B028DF
Complementary color
Monochromatic Colors of #B028DF
Black with #B028DF
Text Example
Text Example
White with #B028DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028DF; }
p { color: rgb(176,40,223); }
H1.HeaderClassName
{
color: #B028DF;
}
.AnyTagClassName
{
color: #B028DF;
}
</style>
background-color css
<style>
a { background-color: #B028DF; }
a { background-color: rgb(176,40,223); }
div.DivClassName
{
background-color: #B028DF;
}
.BgClassName
{
background-color: #B028DF;
}
</style>
border-color css
<style>
span { border-color: #B028DF; }
span { border-color: rgb(176,40,223); }
td.TdClassName
{
border-color: #B028DF;
}
.TagClassName
{
border-color: #B028DF;
}
</style>