Shades of Dark Orchid #B01FDF
Tints of Dark Orchid #B01FDF
RGB
CMYK
RGB Variations
Color information
#B01FDF (or 0xB01FDF) is known color: Dark Orchid. HEX triplet: B0, 1F and DF. RGB value is (176,31,223). Sum of RGB (Red+Green+Blue) = 176+31+223=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B01FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FDF is #4FE020. Grayscale: #5F5F5F. Windows color (decimal): -5234721 or 14622640. OLE color: 14622640.
HSL color Cylindrical-coordinate representation of color #B01FDF: hue angle of 285.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01FDF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 31 | 223 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.13 |
| HSL | 285.31º | 0.76% | 0.5% | - |
| HSV(B) | 285.31º | 0.86% | 0.87% | - |
| XYZ | 31.71 | 15.54 | 71.14 | - |
| YUV | 96.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 223 | 0.21 | 0.86 | 0 | 0.13 | 285.31 | 0.76 | 0.5 |
| Hex | B0 | 1F | DF | 15 | 56 | 0 | D | 11D | 4C | 32 |
| Octal | 260 | 37 | 337 | 25 | 126 | 0 | 15 | 435 | 114 | 62 |
| Binary | 10110000 | 11111 | 11011111 | 10101 | 1010110 | 0 | 1101 | 100011101 | 1001100 | 110010 |
Color Harmonies of #B01FDF
Complementary color
Monochromatic Colors of #B01FDF
Black with #B01FDF
Text Example
Text Example
White with #B01FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01FDF; }
p { color: rgb(176,31,223); }
H1.HeaderClassName
{
color: #B01FDF;
}
.AnyTagClassName
{
color: #B01FDF;
}
</style>
background-color css
<style>
a { background-color: #B01FDF; }
a { background-color: rgb(176,31,223); }
div.DivClassName
{
background-color: #B01FDF;
}
.BgClassName
{
background-color: #B01FDF;
}
</style>
border-color css
<style>
span { border-color: #B01FDF; }
span { border-color: rgb(176,31,223); }
td.TdClassName
{
border-color: #B01FDF;
}
.TagClassName
{
border-color: #B01FDF;
}
</style>