Shades of Medium Orchid #B959FB
Tints of Medium Orchid #B959FB
RGB
CMYK
RGB Variations
Color information
#B959FB (or 0xB959FB) is known color: Medium Orchid. HEX triplet: B9, 59 and FB. RGB value is (185,89,251). Sum of RGB (Red+Green+Blue) = 185+89+251=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #B959FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FB is #46A604. Grayscale: #878787. Windows color (decimal): -4630021 or 16472505. OLE color: 16472505.
HSL color Cylindrical-coordinate representation of color #B959FB: hue angle of 275.56º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B959FB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 89 | 251 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.02 |
| HSL | 275.56º | 0.95% | 0.67% | - |
| HSV(B) | 275.56º | 0.65% | 0.98% | - |
| XYZ | 40.99 | 24.42 | 93.82 | - |
| YUV | 136.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 251 | 0.26 | 0.65 | 0 | 0.02 | 275.56 | 0.95 | 0.67 |
| Hex | B9 | 59 | FB | 1A | 41 | 0 | 2 | 114 | 5F | 43 |
| Octal | 271 | 131 | 373 | 32 | 101 | 0 | 2 | 424 | 137 | 103 |
| Binary | 10111001 | 1011001 | 11111011 | 11010 | 1000001 | 0 | 10 | 100010100 | 1011111 | 1000011 |
Color Harmonies of #B959FB
Complementary color
Monochromatic Colors of #B959FB
Black with #B959FB
Text Example
Text Example
White with #B959FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959FB; }
p { color: rgb(185,89,251); }
H1.HeaderClassName
{
color: #B959FB;
}
.AnyTagClassName
{
color: #B959FB;
}
</style>
background-color css
<style>
a { background-color: #B959FB; }
a { background-color: rgb(185,89,251); }
div.DivClassName
{
background-color: #B959FB;
}
.BgClassName
{
background-color: #B959FB;
}
</style>
border-color css
<style>
span { border-color: #B959FB; }
span { border-color: rgb(185,89,251); }
td.TdClassName
{
border-color: #B959FB;
}
.TagClassName
{
border-color: #B959FB;
}
</style>