Shades of Medium Orchid #B247DB
Tints of Medium Orchid #B247DB
RGB
CMYK
RGB Variations
Color information
#B247DB (or 0xB247DB) is known color: Medium Orchid. HEX triplet: B2, 47 and DB. RGB value is (178,71,219). Sum of RGB (Red+Green+Blue) = 178+71+219=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B247DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247DB is #4DB824. Grayscale: #777777. Windows color (decimal): -5093413 or 14370738. OLE color: 14370738.
HSL color Cylindrical-coordinate representation of color #B247DB: hue angle of 283.38º degrees, saturation: 0.67, 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 #B247DB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 71 | 219 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.14 |
| HSL | 283.38º | 0.67% | 0.57% | - |
| HSV(B) | 283.38º | 0.68% | 0.86% | - |
| XYZ | 33.4 | 19.09 | 68.94 | - |
| YUV | 119.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 219 | 0.19 | 0.68 | 0 | 0.14 | 283.38 | 0.67 | 0.57 |
| Hex | B2 | 47 | DB | 13 | 44 | 0 | E | 11B | 43 | 39 |
| Octal | 262 | 107 | 333 | 23 | 104 | 0 | 16 | 433 | 103 | 71 |
| Binary | 10110010 | 1000111 | 11011011 | 10011 | 1000100 | 0 | 1110 | 100011011 | 1000011 | 111001 |
Color Harmonies of #B247DB
Complementary color
Monochromatic Colors of #B247DB
Black with #B247DB
Text Example
Text Example
White with #B247DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247DB; }
p { color: rgb(178,71,219); }
H1.HeaderClassName
{
color: #B247DB;
}
.AnyTagClassName
{
color: #B247DB;
}
</style>
background-color css
<style>
a { background-color: #B247DB; }
a { background-color: rgb(178,71,219); }
div.DivClassName
{
background-color: #B247DB;
}
.BgClassName
{
background-color: #B247DB;
}
</style>
border-color css
<style>
span { border-color: #B247DB; }
span { border-color: rgb(178,71,219); }
td.TdClassName
{
border-color: #B247DB;
}
.TagClassName
{
border-color: #B247DB;
}
</style>