Shades of Dark Orchid #B61FDD
Tints of Dark Orchid #B61FDD
RGB
CMYK
RGB Variations
Color information
#B61FDD (or 0xB61FDD) is known color: Dark Orchid. HEX triplet: B6, 1F and DD. RGB value is (182,31,221). Sum of RGB (Red+Green+Blue) = 182+31+221=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #B61FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FDD is #49E022. Grayscale: #616161. Windows color (decimal): -4841507 or 14491574. OLE color: 14491574.
HSL color Cylindrical-coordinate representation of color #B61FDD: hue angle of 287.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61FDD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 31 | 221 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.68º | 0.75% | 0.49% | - |
| HSV(B) | 287.68º | 0.86% | 0.87% | - |
| XYZ | 32.83 | 16.15 | 69.79 | - |
| YUV | 97.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 221 | 0.18 | 0.86 | 0 | 0.13 | 287.68 | 0.75 | 0.49 |
| Hex | B6 | 1F | DD | 12 | 56 | 0 | D | 120 | 4B | 31 |
| Octal | 266 | 37 | 335 | 22 | 126 | 0 | 15 | 440 | 113 | 61 |
| Binary | 10110110 | 11111 | 11011101 | 10010 | 1010110 | 0 | 1101 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B61FDD
Complementary color
Monochromatic Colors of #B61FDD
Black with #B61FDD
Text Example
Text Example
White with #B61FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61FDD; }
p { color: rgb(182,31,221); }
H1.HeaderClassName
{
color: #B61FDD;
}
.AnyTagClassName
{
color: #B61FDD;
}
</style>
background-color css
<style>
a { background-color: #B61FDD; }
a { background-color: rgb(182,31,221); }
div.DivClassName
{
background-color: #B61FDD;
}
.BgClassName
{
background-color: #B61FDD;
}
</style>
border-color css
<style>
span { border-color: #B61FDD; }
span { border-color: rgb(182,31,221); }
td.TdClassName
{
border-color: #B61FDD;
}
.TagClassName
{
border-color: #B61FDD;
}
</style>