Shades of Dark Orchid #B13AD6
Tints of Dark Orchid #B13AD6
RGB
CMYK
RGB Variations
Color information
#B13AD6 (or 0xB13AD6) is known color: Dark Orchid. HEX triplet: B1, 3A and D6. RGB value is (177,58,214). Sum of RGB (Red+Green+Blue) = 177+58+214=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #B13AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AD6 is #4EC529. Grayscale: #6E6E6E. Windows color (decimal): -5162282 or 14039729. OLE color: 14039729.
HSL color Cylindrical-coordinate representation of color #B13AD6: hue angle of 285.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13AD6 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 58 | 214 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.16 |
| HSL | 285.77º | 0.66% | 0.53% | - |
| HSV(B) | 285.77º | 0.73% | 0.84% | - |
| XYZ | 31.78 | 17.23 | 65.27 | - |
| YUV | 111.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 214 | 0.17 | 0.73 | 0 | 0.16 | 285.77 | 0.66 | 0.53 |
| Hex | B1 | 3A | D6 | 11 | 49 | 0 | 10 | 11E | 42 | 35 |
| Octal | 261 | 72 | 326 | 21 | 111 | 0 | 20 | 436 | 102 | 65 |
| Binary | 10110001 | 111010 | 11010110 | 10001 | 1001001 | 0 | 10000 | 100011110 | 1000010 | 110101 |
Color Harmonies of #B13AD6
Complementary color
Monochromatic Colors of #B13AD6
Black with #B13AD6
Text Example
Text Example
White with #B13AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AD6; }
p { color: rgb(177,58,214); }
H1.HeaderClassName
{
color: #B13AD6;
}
.AnyTagClassName
{
color: #B13AD6;
}
</style>
background-color css
<style>
a { background-color: #B13AD6; }
a { background-color: rgb(177,58,214); }
div.DivClassName
{
background-color: #B13AD6;
}
.BgClassName
{
background-color: #B13AD6;
}
</style>
border-color css
<style>
span { border-color: #B13AD6; }
span { border-color: rgb(177,58,214); }
td.TdClassName
{
border-color: #B13AD6;
}
.TagClassName
{
border-color: #B13AD6;
}
</style>