Shades of Medium Orchid #B247DD
Tints of Medium Orchid #B247DD
RGB
CMYK
RGB Variations
Color information
#B247DD (or 0xB247DD) is known color: Medium Orchid. HEX triplet: B2, 47 and DD. RGB value is (178,71,221). Sum of RGB (Red+Green+Blue) = 178+71+221=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B247DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247DD is #4DB822. Grayscale: #777777. Windows color (decimal): -5093411 or 14501810. OLE color: 14501810.
HSL color Cylindrical-coordinate representation of color #B247DD: hue angle of 282.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B247DD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 71 | 221 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.13 |
| HSL | 282.8º | 0.69% | 0.57% | - |
| HSV(B) | 282.8º | 0.68% | 0.87% | - |
| XYZ | 33.66 | 19.19 | 70.34 | - |
| YUV | 120.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 221 | 0.19 | 0.68 | 0 | 0.13 | 282.8 | 0.69 | 0.57 |
| Hex | B2 | 47 | DD | 13 | 44 | 0 | D | 11B | 45 | 39 |
| Octal | 262 | 107 | 335 | 23 | 104 | 0 | 15 | 433 | 105 | 71 |
| Binary | 10110010 | 1000111 | 11011101 | 10011 | 1000100 | 0 | 1101 | 100011011 | 1000101 | 111001 |
Color Harmonies of #B247DD
Complementary color
Monochromatic Colors of #B247DD
Black with #B247DD
Text Example
Text Example
White with #B247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247DD; }
p { color: rgb(178,71,221); }
H1.HeaderClassName
{
color: #B247DD;
}
.AnyTagClassName
{
color: #B247DD;
}
</style>
background-color css
<style>
a { background-color: #B247DD; }
a { background-color: rgb(178,71,221); }
div.DivClassName
{
background-color: #B247DD;
}
.BgClassName
{
background-color: #B247DD;
}
</style>
border-color css
<style>
span { border-color: #B247DD; }
span { border-color: rgb(178,71,221); }
td.TdClassName
{
border-color: #B247DD;
}
.TagClassName
{
border-color: #B247DD;
}
</style>