Shades of Dark Orchid #B31CDF
Tints of Dark Orchid #B31CDF
RGB
CMYK
RGB Variations
Color information
#B31CDF (or 0xB31CDF) is known color: Dark Orchid. HEX triplet: B3, 1C and DF. RGB value is (179,28,223). Sum of RGB (Red+Green+Blue) = 179+28+223=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 28 (11.33% from 255 or 6.51% 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 #B31CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CDF is #4CE320. Grayscale: #5E5E5E. Windows color (decimal): -5038881 or 14621875. OLE color: 14621875.
HSL color Cylindrical-coordinate representation of color #B31CDF: hue angle of 286.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31CDF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 28 | 223 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.13 |
| HSL | 286.46º | 0.78% | 0.49% | - |
| HSV(B) | 286.46º | 0.87% | 0.87% | - |
| XYZ | 32.32 | 15.74 | 71.15 | - |
| YUV | 95.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 223 | 0.20 | 0.87 | 0 | 0.13 | 286.46 | 0.78 | 0.49 |
| Hex | B3 | 1C | DF | 14 | 57 | 0 | D | 11E | 4E | 31 |
| Octal | 263 | 34 | 337 | 24 | 127 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110011 | 11100 | 11011111 | 10100 | 1010111 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B31CDF
Complementary color
Monochromatic Colors of #B31CDF
Black with #B31CDF
Text Example
Text Example
White with #B31CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CDF; }
p { color: rgb(179,28,223); }
H1.HeaderClassName
{
color: #B31CDF;
}
.AnyTagClassName
{
color: #B31CDF;
}
</style>
background-color css
<style>
a { background-color: #B31CDF; }
a { background-color: rgb(179,28,223); }
div.DivClassName
{
background-color: #B31CDF;
}
.BgClassName
{
background-color: #B31CDF;
}
</style>
border-color css
<style>
span { border-color: #B31CDF; }
span { border-color: rgb(179,28,223); }
td.TdClassName
{
border-color: #B31CDF;
}
.TagClassName
{
border-color: #B31CDF;
}
</style>