Shades of Medium Orchid #B246D0
Tints of Medium Orchid #B246D0
RGB
CMYK
RGB Variations
Color information
#B246D0 (or 0xB246D0) is known color: Medium Orchid. HEX triplet: B2, 46 and D0. RGB value is (178,70,208). Sum of RGB (Red+Green+Blue) = 178+70+208=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #B246D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246D0 is #4DB92F. Grayscale: #757575. Windows color (decimal): -5093680 or 13649586. OLE color: 13649586.
HSL color Cylindrical-coordinate representation of color #B246D0: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B246D0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 70 | 208 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.18 |
| HSL | 286.96º | 0.59% | 0.55% | - |
| HSV(B) | 286.96º | 0.66% | 0.82% | - |
| XYZ | 31.94 | 18.4 | 61.54 | - |
| YUV | 118.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 208 | 0.14 | 0.66 | 0 | 0.18 | 286.96 | 0.59 | 0.55 |
| Hex | B2 | 46 | D0 | E | 42 | 0 | 12 | 11F | 3B | 37 |
| Octal | 262 | 106 | 320 | 16 | 102 | 0 | 22 | 437 | 73 | 67 |
| Binary | 10110010 | 1000110 | 11010000 | 1110 | 1000010 | 0 | 10010 | 100011111 | 111011 | 110111 |
Color Harmonies of #B246D0
Complementary color
Monochromatic Colors of #B246D0
Black with #B246D0
Text Example
Text Example
White with #B246D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246D0; }
p { color: rgb(178,70,208); }
H1.HeaderClassName
{
color: #B246D0;
}
.AnyTagClassName
{
color: #B246D0;
}
</style>
background-color css
<style>
a { background-color: #B246D0; }
a { background-color: rgb(178,70,208); }
div.DivClassName
{
background-color: #B246D0;
}
.BgClassName
{
background-color: #B246D0;
}
</style>
border-color css
<style>
span { border-color: #B246D0; }
span { border-color: rgb(178,70,208); }
td.TdClassName
{
border-color: #B246D0;
}
.TagClassName
{
border-color: #B246D0;
}
</style>