Shades of Medium Orchid #B247DC
Tints of Medium Orchid #B247DC
RGB
CMYK
RGB Variations
Color information
#B247DC (or 0xB247DC) is known color: Medium Orchid. HEX triplet: B2, 47 and DC. RGB value is (178,71,220). Sum of RGB (Red+Green+Blue) = 178+71+220=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B247DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247DC is #4DB823. Grayscale: #777777. Windows color (decimal): -5093412 or 14436274. OLE color: 14436274.
HSL color Cylindrical-coordinate representation of color #B247DC: hue angle of 283.09º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B247DC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 71 | 220 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.14 |
| HSL | 283.09º | 0.68% | 0.57% | - |
| HSV(B) | 283.09º | 0.68% | 0.86% | - |
| XYZ | 33.53 | 19.14 | 69.64 | - |
| YUV | 119.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 220 | 0.19 | 0.68 | 0 | 0.14 | 283.09 | 0.68 | 0.57 |
| Hex | B2 | 47 | DC | 13 | 44 | 0 | E | 11B | 44 | 39 |
| Octal | 262 | 107 | 334 | 23 | 104 | 0 | 16 | 433 | 104 | 71 |
| Binary | 10110010 | 1000111 | 11011100 | 10011 | 1000100 | 0 | 1110 | 100011011 | 1000100 | 111001 |
Color Harmonies of #B247DC
Complementary color
Monochromatic Colors of #B247DC
Black with #B247DC
Text Example
Text Example
White with #B247DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247DC; }
p { color: rgb(178,71,220); }
H1.HeaderClassName
{
color: #B247DC;
}
.AnyTagClassName
{
color: #B247DC;
}
</style>
background-color css
<style>
a { background-color: #B247DC; }
a { background-color: rgb(178,71,220); }
div.DivClassName
{
background-color: #B247DC;
}
.BgClassName
{
background-color: #B247DC;
}
</style>
border-color css
<style>
span { border-color: #B247DC; }
span { border-color: rgb(178,71,220); }
td.TdClassName
{
border-color: #B247DC;
}
.TagClassName
{
border-color: #B247DC;
}
</style>