Shades of Medium Orchid #B047EA
Tints of Medium Orchid #B047EA
RGB
CMYK
RGB Variations
Color information
#B047EA (or 0xB047EA) is known color: Medium Orchid. HEX triplet: B0, 47 and EA. RGB value is (176,71,234). Sum of RGB (Red+Green+Blue) = 176+71+234=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #B047EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047EA is #4FB815. Grayscale: #787878. Windows color (decimal): -5224470 or 15353776. OLE color: 15353776.
HSL color Cylindrical-coordinate representation of color #B047EA: hue angle of 278.65º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B047EA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 71 | 234 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.08 |
| HSL | 278.65º | 0.8% | 0.6% | - |
| HSV(B) | 278.65º | 0.7% | 0.92% | - |
| XYZ | 35.01 | 19.68 | 79.79 | - |
| YUV | 120.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 234 | 0.25 | 0.70 | 0 | 0.08 | 278.65 | 0.8 | 0.6 |
| Hex | B0 | 47 | EA | 19 | 46 | 0 | 8 | 117 | 50 | 3C |
| Octal | 260 | 107 | 352 | 31 | 106 | 0 | 10 | 427 | 120 | 74 |
| Binary | 10110000 | 1000111 | 11101010 | 11001 | 1000110 | 0 | 1000 | 100010111 | 1010000 | 111100 |
Color Harmonies of #B047EA
Complementary color
Monochromatic Colors of #B047EA
Black with #B047EA
Text Example
Text Example
White with #B047EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047EA; }
p { color: rgb(176,71,234); }
H1.HeaderClassName
{
color: #B047EA;
}
.AnyTagClassName
{
color: #B047EA;
}
</style>
background-color css
<style>
a { background-color: #B047EA; }
a { background-color: rgb(176,71,234); }
div.DivClassName
{
background-color: #B047EA;
}
.BgClassName
{
background-color: #B047EA;
}
</style>
border-color css
<style>
span { border-color: #B047EA; }
span { border-color: rgb(176,71,234); }
td.TdClassName
{
border-color: #B047EA;
}
.TagClassName
{
border-color: #B047EA;
}
</style>