Shades of Medium Orchid #B04FFB
Tints of Medium Orchid #B04FFB
RGB
CMYK
RGB Variations
Color information
#B04FFB (or 0xB04FFB) is known color: Medium Orchid. HEX triplet: B0, 4F and FB. RGB value is (176,79,251). Sum of RGB (Red+Green+Blue) = 176+79+251=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFB is #4FB004. Grayscale: #7F7F7F. Windows color (decimal): -5222405 or 16469936. OLE color: 16469936.
HSL color Cylindrical-coordinate representation of color #B04FFB: hue angle of 273.84º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04FFB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 79 | 251 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.02 |
| HSL | 273.84º | 0.96% | 0.65% | - |
| HSV(B) | 273.84º | 0.69% | 0.98% | - |
| XYZ | 38.11 | 21.79 | 93.46 | - |
| YUV | 127.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 251 | 0.30 | 0.69 | 0 | 0.02 | 273.84 | 0.96 | 0.65 |
| Hex | B0 | 4F | FB | 1E | 45 | 0 | 2 | 112 | 60 | 41 |
| Octal | 260 | 117 | 373 | 36 | 105 | 0 | 2 | 422 | 140 | 101 |
| Binary | 10110000 | 1001111 | 11111011 | 11110 | 1000101 | 0 | 10 | 100010010 | 1100000 | 1000001 |
Color Harmonies of #B04FFB
Complementary color
Monochromatic Colors of #B04FFB
Black with #B04FFB
Text Example
Text Example
White with #B04FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FFB; }
p { color: rgb(176,79,251); }
H1.HeaderClassName
{
color: #B04FFB;
}
.AnyTagClassName
{
color: #B04FFB;
}
</style>
background-color css
<style>
a { background-color: #B04FFB; }
a { background-color: rgb(176,79,251); }
div.DivClassName
{
background-color: #B04FFB;
}
.BgClassName
{
background-color: #B04FFB;
}
</style>
border-color css
<style>
span { border-color: #B04FFB; }
span { border-color: rgb(176,79,251); }
td.TdClassName
{
border-color: #B04FFB;
}
.TagClassName
{
border-color: #B04FFB;
}
</style>