Shades of Medium Orchid #B947FB
Tints of Medium Orchid #B947FB
RGB
CMYK
RGB Variations
Color information
#B947FB (or 0xB947FB) is known color: Medium Orchid. HEX triplet: B9, 47 and FB. RGB value is (185,71,251). Sum of RGB (Red+Green+Blue) = 185+71+251=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B947FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947FB is #46B804. Grayscale: #7D7D7D. Windows color (decimal): -4634629 or 16467897. OLE color: 16467897.
HSL color Cylindrical-coordinate representation of color #B947FB: hue angle of 278º 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 #B947FB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 71 | 251 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.02 |
| HSL | 278º | 0.96% | 0.63% | - |
| HSV(B) | 278º | 0.72% | 0.98% | - |
| XYZ | 39.67 | 21.79 | 93.38 | - |
| YUV | 125.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 251 | 0.26 | 0.72 | 0 | 0.02 | 278 | 0.96 | 0.63 |
| Hex | B9 | 47 | FB | 1A | 48 | 0 | 2 | 116 | 60 | 3F |
| Octal | 271 | 107 | 373 | 32 | 110 | 0 | 2 | 426 | 140 | 77 |
| Binary | 10111001 | 1000111 | 11111011 | 11010 | 1001000 | 0 | 10 | 100010110 | 1100000 | 111111 |
Color Harmonies of #B947FB
Complementary color
Monochromatic Colors of #B947FB
Black with #B947FB
Text Example
Text Example
White with #B947FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947FB; }
p { color: rgb(185,71,251); }
H1.HeaderClassName
{
color: #B947FB;
}
.AnyTagClassName
{
color: #B947FB;
}
</style>
background-color css
<style>
a { background-color: #B947FB; }
a { background-color: rgb(185,71,251); }
div.DivClassName
{
background-color: #B947FB;
}
.BgClassName
{
background-color: #B947FB;
}
</style>
border-color css
<style>
span { border-color: #B947FB; }
span { border-color: rgb(185,71,251); }
td.TdClassName
{
border-color: #B947FB;
}
.TagClassName
{
border-color: #B947FB;
}
</style>