Shades of Dark Orchid #B633DF
Tints of Dark Orchid #B633DF
RGB
CMYK
RGB Variations
Color information
#B633DF (or 0xB633DF) is known color: Dark Orchid. HEX triplet: B6, 33 and DF. RGB value is (182,51,223). Sum of RGB (Red+Green+Blue) = 182+51+223=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B633DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DF is #49CC20. Grayscale: #6D6D6D. Windows color (decimal): -4836385 or 14627766. OLE color: 14627766.
HSL color Cylindrical-coordinate representation of color #B633DF: hue angle of 285.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B633DF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 51 | 223 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.13 |
| HSL | 285.7º | 0.73% | 0.54% | - |
| HSV(B) | 285.7º | 0.77% | 0.87% | - |
| XYZ | 33.79 | 17.64 | 71.44 | - |
| YUV | 109.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 223 | 0.18 | 0.77 | 0 | 0.13 | 285.7 | 0.73 | 0.54 |
| Hex | B6 | 33 | DF | 12 | 4D | 0 | D | 11E | 49 | 36 |
| Octal | 266 | 63 | 337 | 22 | 115 | 0 | 15 | 436 | 111 | 66 |
| Binary | 10110110 | 110011 | 11011111 | 10010 | 1001101 | 0 | 1101 | 100011110 | 1001001 | 110110 |
Color Harmonies of #B633DF
Complementary color
Monochromatic Colors of #B633DF
Black with #B633DF
Text Example
Text Example
White with #B633DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633DF; }
p { color: rgb(182,51,223); }
H1.HeaderClassName
{
color: #B633DF;
}
.AnyTagClassName
{
color: #B633DF;
}
</style>
background-color css
<style>
a { background-color: #B633DF; }
a { background-color: rgb(182,51,223); }
div.DivClassName
{
background-color: #B633DF;
}
.BgClassName
{
background-color: #B633DF;
}
</style>
border-color css
<style>
span { border-color: #B633DF; }
span { border-color: rgb(182,51,223); }
td.TdClassName
{
border-color: #B633DF;
}
.TagClassName
{
border-color: #B633DF;
}
</style>