Shades of Dark Orchid #B030DF
Tints of Dark Orchid #B030DF
RGB
CMYK
RGB Variations
Color information
#B030DF (or 0xB030DF) is known color: Dark Orchid. HEX triplet: B0, 30 and DF. RGB value is (176,48,223). Sum of RGB (Red+Green+Blue) = 176+48+223=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B030DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030DF is #4FCF20. Grayscale: #696969. Windows color (decimal): -5230369 or 14626992. OLE color: 14626992.
HSL color Cylindrical-coordinate representation of color #B030DF: hue angle of 283.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B030DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 48 | 223 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.13 |
| HSL | 283.89º | 0.73% | 0.53% | - |
| HSV(B) | 283.89º | 0.78% | 0.87% | - |
| XYZ | 32.28 | 16.67 | 71.33 | - |
| YUV | 106.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 223 | 0.21 | 0.78 | 0 | 0.13 | 283.89 | 0.73 | 0.53 |
| Hex | B0 | 30 | DF | 15 | 4E | 0 | D | 11C | 49 | 35 |
| Octal | 260 | 60 | 337 | 25 | 116 | 0 | 15 | 434 | 111 | 65 |
| Binary | 10110000 | 110000 | 11011111 | 10101 | 1001110 | 0 | 1101 | 100011100 | 1001001 | 110101 |
Color Harmonies of #B030DF
Complementary color
Monochromatic Colors of #B030DF
Black with #B030DF
Text Example
Text Example
White with #B030DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030DF; }
p { color: rgb(176,48,223); }
H1.HeaderClassName
{
color: #B030DF;
}
.AnyTagClassName
{
color: #B030DF;
}
</style>
background-color css
<style>
a { background-color: #B030DF; }
a { background-color: rgb(176,48,223); }
div.DivClassName
{
background-color: #B030DF;
}
.BgClassName
{
background-color: #B030DF;
}
</style>
border-color css
<style>
span { border-color: #B030DF; }
span { border-color: rgb(176,48,223); }
td.TdClassName
{
border-color: #B030DF;
}
.TagClassName
{
border-color: #B030DF;
}
</style>