Shades of Dark Orchid #B631DC
Tints of Dark Orchid #B631DC
RGB
CMYK
RGB Variations
Color information
#B631DC (or 0xB631DC) is known color: Dark Orchid. HEX triplet: B6, 31 and DC. RGB value is (182,49,220). Sum of RGB (Red+Green+Blue) = 182+49+220=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #B631DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631DC is #49CE23. Grayscale: #6B6B6B. Windows color (decimal): -4836900 or 14430646. OLE color: 14430646.
HSL color Cylindrical-coordinate representation of color #B631DC: hue angle of 286.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B631DC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 49 | 220 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.14 |
| HSL | 286.67º | 0.71% | 0.53% | - |
| HSV(B) | 286.67º | 0.78% | 0.86% | - |
| XYZ | 33.31 | 17.31 | 69.3 | - |
| YUV | 108.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 220 | 0.17 | 0.78 | 0 | 0.14 | 286.67 | 0.71 | 0.53 |
| Hex | B6 | 31 | DC | 11 | 4E | 0 | E | 11F | 47 | 35 |
| Octal | 266 | 61 | 334 | 21 | 116 | 0 | 16 | 437 | 107 | 65 |
| Binary | 10110110 | 110001 | 11011100 | 10001 | 1001110 | 0 | 1110 | 100011111 | 1000111 | 110101 |
Color Harmonies of #B631DC
Complementary color
Monochromatic Colors of #B631DC
Black with #B631DC
Text Example
Text Example
White with #B631DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631DC; }
p { color: rgb(182,49,220); }
H1.HeaderClassName
{
color: #B631DC;
}
.AnyTagClassName
{
color: #B631DC;
}
</style>
background-color css
<style>
a { background-color: #B631DC; }
a { background-color: rgb(182,49,220); }
div.DivClassName
{
background-color: #B631DC;
}
.BgClassName
{
background-color: #B631DC;
}
</style>
border-color css
<style>
span { border-color: #B631DC; }
span { border-color: rgb(182,49,220); }
td.TdClassName
{
border-color: #B631DC;
}
.TagClassName
{
border-color: #B631DC;
}
</style>