Shades of Medium Orchid #B047DA
Tints of Medium Orchid #B047DA
RGB
CMYK
RGB Variations
Color information
#B047DA (or 0xB047DA) is known color: Medium Orchid. HEX triplet: B0, 47 and DA. RGB value is (176,71,218). Sum of RGB (Red+Green+Blue) = 176+71+218=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B047DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047DA is #4FB825. Grayscale: #767676. Windows color (decimal): -5224486 or 14305200. OLE color: 14305200.
HSL color Cylindrical-coordinate representation of color #B047DA: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B047DA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 71 | 218 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.15 |
| HSL | 282.86º | 0.67% | 0.57% | - |
| HSV(B) | 282.86º | 0.67% | 0.85% | - |
| XYZ | 32.81 | 18.8 | 68.23 | - |
| YUV | 119.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 218 | 0.19 | 0.67 | 0 | 0.15 | 282.86 | 0.67 | 0.57 |
| Hex | B0 | 47 | DA | 13 | 43 | 0 | F | 11B | 43 | 39 |
| Octal | 260 | 107 | 332 | 23 | 103 | 0 | 17 | 433 | 103 | 71 |
| Binary | 10110000 | 1000111 | 11011010 | 10011 | 1000011 | 0 | 1111 | 100011011 | 1000011 | 111001 |
Color Harmonies of #B047DA
Complementary color
Monochromatic Colors of #B047DA
Black with #B047DA
Text Example
Text Example
White with #B047DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047DA; }
p { color: rgb(176,71,218); }
H1.HeaderClassName
{
color: #B047DA;
}
.AnyTagClassName
{
color: #B047DA;
}
</style>
background-color css
<style>
a { background-color: #B047DA; }
a { background-color: rgb(176,71,218); }
div.DivClassName
{
background-color: #B047DA;
}
.BgClassName
{
background-color: #B047DA;
}
</style>
border-color css
<style>
span { border-color: #B047DA; }
span { border-color: rgb(176,71,218); }
td.TdClassName
{
border-color: #B047DA;
}
.TagClassName
{
border-color: #B047DA;
}
</style>