Shades of Medium Orchid #B047FD
Tints of Medium Orchid #B047FD
RGB
CMYK
RGB Variations
Color information
#B047FD (or 0xB047FD) is known color: Medium Orchid. HEX triplet: B0, 47 and FD. RGB value is (176,71,253). Sum of RGB (Red+Green+Blue) = 176+71+253=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B047FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047FD is #4FB802. Grayscale: #7A7A7A. Windows color (decimal): -5224451 or 16598960. OLE color: 16598960.
HSL color Cylindrical-coordinate representation of color #B047FD: hue angle of 274.62º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B047FD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 71 | 253 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.01 |
| HSL | 274.62º | 0.98% | 0.64% | - |
| HSV(B) | 274.62º | 0.72% | 0.99% | - |
| XYZ | 37.89 | 20.83 | 94.95 | - |
| YUV | 123.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 253 | 0.30 | 0.72 | 0 | 0.01 | 274.62 | 0.98 | 0.64 |
| Hex | B0 | 47 | FD | 1E | 48 | 0 | 1 | 113 | 62 | 40 |
| Octal | 260 | 107 | 375 | 36 | 110 | 0 | 1 | 423 | 142 | 100 |
| Binary | 10110000 | 1000111 | 11111101 | 11110 | 1001000 | 0 | 1 | 100010011 | 1100010 | 1000000 |
Color Harmonies of #B047FD
Complementary color
Monochromatic Colors of #B047FD
Black with #B047FD
Text Example
Text Example
White with #B047FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047FD; }
p { color: rgb(176,71,253); }
H1.HeaderClassName
{
color: #B047FD;
}
.AnyTagClassName
{
color: #B047FD;
}
</style>
background-color css
<style>
a { background-color: #B047FD; }
a { background-color: rgb(176,71,253); }
div.DivClassName
{
background-color: #B047FD;
}
.BgClassName
{
background-color: #B047FD;
}
</style>
border-color css
<style>
span { border-color: #B047FD; }
span { border-color: rgb(176,71,253); }
td.TdClassName
{
border-color: #B047FD;
}
.TagClassName
{
border-color: #B047FD;
}
</style>