Shades of Medium Orchid #B246DF
Tints of Medium Orchid #B246DF
RGB
CMYK
RGB Variations
Color information
#B246DF (or 0xB246DF) is known color: Medium Orchid. HEX triplet: B2, 46 and DF. RGB value is (178,70,223). Sum of RGB (Red+Green+Blue) = 178+70+223=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B246DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246DF is #4DB920. Grayscale: #777777. Windows color (decimal): -5093665 or 14632626. OLE color: 14632626.
HSL color Cylindrical-coordinate representation of color #B246DF: hue angle of 282.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B246DF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 70 | 223 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.13 |
| HSL | 282.35º | 0.71% | 0.57% | - |
| HSV(B) | 282.35º | 0.69% | 0.87% | - |
| XYZ | 33.87 | 19.17 | 71.73 | - |
| YUV | 119.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 223 | 0.20 | 0.69 | 0 | 0.13 | 282.35 | 0.71 | 0.57 |
| Hex | B2 | 46 | DF | 14 | 45 | 0 | D | 11A | 47 | 39 |
| Octal | 262 | 106 | 337 | 24 | 105 | 0 | 15 | 432 | 107 | 71 |
| Binary | 10110010 | 1000110 | 11011111 | 10100 | 1000101 | 0 | 1101 | 100011010 | 1000111 | 111001 |
Color Harmonies of #B246DF
Complementary color
Monochromatic Colors of #B246DF
Black with #B246DF
Text Example
Text Example
White with #B246DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246DF; }
p { color: rgb(178,70,223); }
H1.HeaderClassName
{
color: #B246DF;
}
.AnyTagClassName
{
color: #B246DF;
}
</style>
background-color css
<style>
a { background-color: #B246DF; }
a { background-color: rgb(178,70,223); }
div.DivClassName
{
background-color: #B246DF;
}
.BgClassName
{
background-color: #B246DF;
}
</style>
border-color css
<style>
span { border-color: #B246DF; }
span { border-color: rgb(178,70,223); }
td.TdClassName
{
border-color: #B246DF;
}
.TagClassName
{
border-color: #B246DF;
}
</style>