Shades of Medium Orchid #B847FB
Tints of Medium Orchid #B847FB
RGB
CMYK
RGB Variations
Color information
#B847FB (or 0xB847FB) is known color: Medium Orchid. HEX triplet: B8, 47 and FB. RGB value is (184,71,251). Sum of RGB (Red+Green+Blue) = 184+71+251=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 71 (28.12% from 255 or 14.03% 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 #B847FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B847FB is #47B804. Grayscale: #7C7C7C. Windows color (decimal): -4700165 or 16467896. OLE color: 16467896.
HSL color Cylindrical-coordinate representation of color #B847FB: hue angle of 277.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B847FB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 71 | 251 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.02 |
| HSL | 277.67º | 0.96% | 0.63% | - |
| HSV(B) | 277.67º | 0.72% | 0.98% | - |
| XYZ | 39.43 | 21.66 | 93.37 | - |
| YUV | 125.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 251 | 0.27 | 0.72 | 0 | 0.02 | 277.67 | 0.96 | 0.63 |
| Hex | B8 | 47 | FB | 1B | 48 | 0 | 2 | 116 | 60 | 3F |
| Octal | 270 | 107 | 373 | 33 | 110 | 0 | 2 | 426 | 140 | 77 |
| Binary | 10111000 | 1000111 | 11111011 | 11011 | 1001000 | 0 | 10 | 100010110 | 1100000 | 111111 |
Color Harmonies of #B847FB
Complementary color
Monochromatic Colors of #B847FB
Black with #B847FB
Text Example
Text Example
White with #B847FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847FB; }
p { color: rgb(184,71,251); }
H1.HeaderClassName
{
color: #B847FB;
}
.AnyTagClassName
{
color: #B847FB;
}
</style>
background-color css
<style>
a { background-color: #B847FB; }
a { background-color: rgb(184,71,251); }
div.DivClassName
{
background-color: #B847FB;
}
.BgClassName
{
background-color: #B847FB;
}
</style>
border-color css
<style>
span { border-color: #B847FB; }
span { border-color: rgb(184,71,251); }
td.TdClassName
{
border-color: #B847FB;
}
.TagClassName
{
border-color: #B847FB;
}
</style>