Shades of Dark Orchid #B631D0
Tints of Dark Orchid #B631D0
RGB
CMYK
RGB Variations
Color information
#B631D0 (or 0xB631D0) is known color: Dark Orchid. HEX triplet: B6, 31 and D0. RGB value is (182,49,208). Sum of RGB (Red+Green+Blue) = 182+49+208=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #B631D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631D0 is #49CE2F. Grayscale: #6A6A6A. Windows color (decimal): -4836912 or 13644214. OLE color: 13644214.
HSL color Cylindrical-coordinate representation of color #B631D0: hue angle of 290.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B631D0 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 49 | 208 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.18 |
| HSL | 290.19º | 0.63% | 0.5% | - |
| HSV(B) | 290.19º | 0.76% | 0.82% | - |
| XYZ | 31.77 | 16.7 | 61.22 | - |
| YUV | 106.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 208 | 0.12 | 0.76 | 0 | 0.18 | 290.19 | 0.63 | 0.5 |
| Hex | B6 | 31 | D0 | C | 4C | 0 | 12 | 122 | 3F | 32 |
| Octal | 266 | 61 | 320 | 14 | 114 | 0 | 22 | 442 | 77 | 62 |
| Binary | 10110110 | 110001 | 11010000 | 1100 | 1001100 | 0 | 10010 | 100100010 | 111111 | 110010 |
Color Harmonies of #B631D0
Complementary color
Monochromatic Colors of #B631D0
Black with #B631D0
Text Example
Text Example
White with #B631D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631D0; }
p { color: rgb(182,49,208); }
H1.HeaderClassName
{
color: #B631D0;
}
.AnyTagClassName
{
color: #B631D0;
}
</style>
background-color css
<style>
a { background-color: #B631D0; }
a { background-color: rgb(182,49,208); }
div.DivClassName
{
background-color: #B631D0;
}
.BgClassName
{
background-color: #B631D0;
}
</style>
border-color css
<style>
span { border-color: #B631D0; }
span { border-color: rgb(182,49,208); }
td.TdClassName
{
border-color: #B631D0;
}
.TagClassName
{
border-color: #B631D0;
}
</style>