Shades of Dark Orchid #B119DF
Tints of Dark Orchid #B119DF
RGB
CMYK
RGB Variations
Color information
#B119DF (or 0xB119DF) is known color: Dark Orchid. HEX triplet: B1, 19 and DF. RGB value is (177,25,223). Sum of RGB (Red+Green+Blue) = 177+25+223=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B119DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119DF is #4EE620. Grayscale: #5C5C5C. Windows color (decimal): -5170721 or 14621105. OLE color: 14621105.
HSL color Cylindrical-coordinate representation of color #B119DF: hue angle of 286.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B119DF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 25 | 223 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.13 |
| HSL | 286.06º | 0.8% | 0.49% | - |
| HSV(B) | 286.06º | 0.89% | 0.87% | - |
| XYZ | 31.8 | 15.37 | 71.1 | - |
| YUV | 93.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 223 | 0.21 | 0.89 | 0 | 0.13 | 286.06 | 0.8 | 0.49 |
| Hex | B1 | 19 | DF | 15 | 59 | 0 | D | 11E | 50 | 31 |
| Octal | 261 | 31 | 337 | 25 | 131 | 0 | 15 | 436 | 120 | 61 |
| Binary | 10110001 | 11001 | 11011111 | 10101 | 1011001 | 0 | 1101 | 100011110 | 1010000 | 110001 |
Color Harmonies of #B119DF
Complementary color
Monochromatic Colors of #B119DF
Black with #B119DF
Text Example
Text Example
White with #B119DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119DF; }
p { color: rgb(177,25,223); }
H1.HeaderClassName
{
color: #B119DF;
}
.AnyTagClassName
{
color: #B119DF;
}
</style>
background-color css
<style>
a { background-color: #B119DF; }
a { background-color: rgb(177,25,223); }
div.DivClassName
{
background-color: #B119DF;
}
.BgClassName
{
background-color: #B119DF;
}
</style>
border-color css
<style>
span { border-color: #B119DF; }
span { border-color: rgb(177,25,223); }
td.TdClassName
{
border-color: #B119DF;
}
.TagClassName
{
border-color: #B119DF;
}
</style>