Shades of Dark Orchid #B631C6
Tints of Dark Orchid #B631C6
RGB
CMYK
RGB Variations
Color information
#B631C6 (or 0xB631C6) is known color: Dark Orchid. HEX triplet: B6, 31 and C6. RGB value is (182,49,198). Sum of RGB (Red+Green+Blue) = 182+49+198=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #B631C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631C6 is #49CE39. Grayscale: #696969. Windows color (decimal): -4836922 or 12988854. OLE color: 12988854.
HSL color Cylindrical-coordinate representation of color #B631C6: hue angle of 293.56º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B631C6 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 49 | 198 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.22 |
| HSL | 293.56º | 0.6% | 0.48% | - |
| HSV(B) | 293.56º | 0.75% | 0.78% | - |
| XYZ | 30.58 | 16.22 | 54.94 | - |
| YUV | 105.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 198 | 0.08 | 0.75 | 0 | 0.22 | 293.56 | 0.6 | 0.48 |
| Hex | B6 | 31 | C6 | 8 | 4B | 0 | 16 | 126 | 3C | 30 |
| Octal | 266 | 61 | 306 | 10 | 113 | 0 | 26 | 446 | 74 | 60 |
| Binary | 10110110 | 110001 | 11000110 | 1000 | 1001011 | 0 | 10110 | 100100110 | 111100 | 110000 |
Color Harmonies of #B631C6
Complementary color
Monochromatic Colors of #B631C6
Black with #B631C6
Text Example
Text Example
White with #B631C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631C6; }
p { color: rgb(182,49,198); }
H1.HeaderClassName
{
color: #B631C6;
}
.AnyTagClassName
{
color: #B631C6;
}
</style>
background-color css
<style>
a { background-color: #B631C6; }
a { background-color: rgb(182,49,198); }
div.DivClassName
{
background-color: #B631C6;
}
.BgClassName
{
background-color: #B631C6;
}
</style>
border-color css
<style>
span { border-color: #B631C6; }
span { border-color: rgb(182,49,198); }
td.TdClassName
{
border-color: #B631C6;
}
.TagClassName
{
border-color: #B631C6;
}
</style>