Shades of Dark Orchid #B631CB
Tints of Dark Orchid #B631CB
RGB
CMYK
RGB Variations
Color information
#B631CB (or 0xB631CB) is known color: Dark Orchid. HEX triplet: B6, 31 and CB. RGB value is (182,49,203). Sum of RGB (Red+Green+Blue) = 182+49+203=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B631CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631CB is #49CE34. Grayscale: #696969. Windows color (decimal): -4836917 or 13316534. OLE color: 13316534.
HSL color Cylindrical-coordinate representation of color #B631CB: hue angle of 291.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B631CB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 49 | 203 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.20 |
| HSL | 291.82º | 0.61% | 0.49% | - |
| HSV(B) | 291.82º | 0.76% | 0.8% | - |
| XYZ | 31.17 | 16.45 | 58.03 | - |
| YUV | 106.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 203 | 0.10 | 0.76 | 0 | 0.20 | 291.82 | 0.61 | 0.49 |
| Hex | B6 | 31 | CB | A | 4C | 0 | 14 | 124 | 3D | 31 |
| Octal | 266 | 61 | 313 | 12 | 114 | 0 | 24 | 444 | 75 | 61 |
| Binary | 10110110 | 110001 | 11001011 | 1010 | 1001100 | 0 | 10100 | 100100100 | 111101 | 110001 |
Color Harmonies of #B631CB
Complementary color
Monochromatic Colors of #B631CB
Black with #B631CB
Text Example
Text Example
White with #B631CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631CB; }
p { color: rgb(182,49,203); }
H1.HeaderClassName
{
color: #B631CB;
}
.AnyTagClassName
{
color: #B631CB;
}
</style>
background-color css
<style>
a { background-color: #B631CB; }
a { background-color: rgb(182,49,203); }
div.DivClassName
{
background-color: #B631CB;
}
.BgClassName
{
background-color: #B631CB;
}
</style>
border-color css
<style>
span { border-color: #B631CB; }
span { border-color: rgb(182,49,203); }
td.TdClassName
{
border-color: #B631CB;
}
.TagClassName
{
border-color: #B631CB;
}
</style>