Shades of Medium Orchid #B04BFB
Tints of Medium Orchid #B04BFB
RGB
CMYK
RGB Variations
Color information
#B04BFB (or 0xB04BFB) is known color: Medium Orchid. HEX triplet: B0, 4B and FB. RGB value is (176,75,251). Sum of RGB (Red+Green+Blue) = 176+75+251=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BFB is #4FB404. Grayscale: #7C7C7C. Windows color (decimal): -5223429 or 16468912. OLE color: 16468912.
HSL color Cylindrical-coordinate representation of color #B04BFB: hue angle of 274.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04BFB is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 75 | 251 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.02 |
| HSL | 274.43º | 0.96% | 0.64% | - |
| HSV(B) | 274.43º | 0.7% | 0.98% | - |
| XYZ | 37.83 | 21.23 | 93.37 | - |
| YUV | 125.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 251 | 0.30 | 0.70 | 0 | 0.02 | 274.43 | 0.96 | 0.64 |
| Hex | B0 | 4B | FB | 1E | 46 | 0 | 2 | 112 | 60 | 40 |
| Octal | 260 | 113 | 373 | 36 | 106 | 0 | 2 | 422 | 140 | 100 |
| Binary | 10110000 | 1001011 | 11111011 | 11110 | 1000110 | 0 | 10 | 100010010 | 1100000 | 1000000 |
Color Harmonies of #B04BFB
Complementary color
Monochromatic Colors of #B04BFB
Black with #B04BFB
Text Example
Text Example
White with #B04BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BFB; }
p { color: rgb(176,75,251); }
H1.HeaderClassName
{
color: #B04BFB;
}
.AnyTagClassName
{
color: #B04BFB;
}
</style>
background-color css
<style>
a { background-color: #B04BFB; }
a { background-color: rgb(176,75,251); }
div.DivClassName
{
background-color: #B04BFB;
}
.BgClassName
{
background-color: #B04BFB;
}
</style>
border-color css
<style>
span { border-color: #B04BFB; }
span { border-color: rgb(176,75,251); }
td.TdClassName
{
border-color: #B04BFB;
}
.TagClassName
{
border-color: #B04BFB;
}
</style>