Shades of Medium Orchid #B959FE
Tints of Medium Orchid #B959FE
RGB
CMYK
RGB Variations
Color information
#B959FE (or 0xB959FE) is known color: Medium Orchid. HEX triplet: B9, 59 and FE. RGB value is (185,89,254). Sum of RGB (Red+Green+Blue) = 185+89+254=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B959FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FE is #46A601. Grayscale: #878787. Windows color (decimal): -4630018 or 16669113. OLE color: 16669113.
HSL color Cylindrical-coordinate representation of color #B959FE: hue angle of 274.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B959FE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 89 | 254 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.00 |
| HSL | 274.91º | 0.99% | 0.67% | - |
| HSV(B) | 274.91º | 0.65% | 1% | - |
| XYZ | 41.47 | 24.61 | 96.33 | - |
| YUV | 136.51 | 194.3 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 254 | 0.27 | 0.65 | 0 | 0.00 | 274.91 | 0.99 | 0.67 |
| Hex | B9 | 59 | FE | 1B | 41 | 0 | 0 | 113 | 63 | 43 |
| Octal | 271 | 131 | 376 | 33 | 101 | 0 | 0 | 423 | 143 | 103 |
| Binary | 10111001 | 1011001 | 11111110 | 11011 | 1000001 | 0 | 0 | 100010011 | 1100011 | 1000011 |
Color Harmonies of #B959FE
Complementary color
Monochromatic Colors of #B959FE
Black with #B959FE
Text Example
Text Example
White with #B959FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959FE; }
p { color: rgb(185,89,254); }
H1.HeaderClassName
{
color: #B959FE;
}
.AnyTagClassName
{
color: #B959FE;
}
</style>
background-color css
<style>
a { background-color: #B959FE; }
a { background-color: rgb(185,89,254); }
div.DivClassName
{
background-color: #B959FE;
}
.BgClassName
{
background-color: #B959FE;
}
</style>
border-color css
<style>
span { border-color: #B959FE; }
span { border-color: rgb(185,89,254); }
td.TdClassName
{
border-color: #B959FE;
}
.TagClassName
{
border-color: #B959FE;
}
</style>