Shades of Dark Orchid #B631DB
Tints of Dark Orchid #B631DB
RGB
CMYK
RGB Variations
Color information
#B631DB (or 0xB631DB) is known color: Dark Orchid. HEX triplet: B6, 31 and DB. RGB value is (182,49,219). Sum of RGB (Red+Green+Blue) = 182+49+219=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B631DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631DB is #49CE24. Grayscale: #6B6B6B. Windows color (decimal): -4836901 or 14365110. OLE color: 14365110.
HSL color Cylindrical-coordinate representation of color #B631DB: hue angle of 286.94º degrees, saturation: 0.7, 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 #B631DB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 49 | 219 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.14 |
| HSL | 286.94º | 0.7% | 0.53% | - |
| HSV(B) | 286.94º | 0.78% | 0.86% | - |
| XYZ | 33.18 | 17.26 | 68.6 | - |
| YUV | 108.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 219 | 0.17 | 0.78 | 0 | 0.14 | 286.94 | 0.7 | 0.53 |
| Hex | B6 | 31 | DB | 11 | 4E | 0 | E | 11F | 46 | 35 |
| Octal | 266 | 61 | 333 | 21 | 116 | 0 | 16 | 437 | 106 | 65 |
| Binary | 10110110 | 110001 | 11011011 | 10001 | 1001110 | 0 | 1110 | 100011111 | 1000110 | 110101 |
Color Harmonies of #B631DB
Complementary color
Monochromatic Colors of #B631DB
Black with #B631DB
Text Example
Text Example
White with #B631DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631DB; }
p { color: rgb(182,49,219); }
H1.HeaderClassName
{
color: #B631DB;
}
.AnyTagClassName
{
color: #B631DB;
}
</style>
background-color css
<style>
a { background-color: #B631DB; }
a { background-color: rgb(182,49,219); }
div.DivClassName
{
background-color: #B631DB;
}
.BgClassName
{
background-color: #B631DB;
}
</style>
border-color css
<style>
span { border-color: #B631DB; }
span { border-color: rgb(182,49,219); }
td.TdClassName
{
border-color: #B631DB;
}
.TagClassName
{
border-color: #B631DB;
}
</style>