Shades of Medium Orchid #B959FD
Tints of Medium Orchid #B959FD
RGB
CMYK
RGB Variations
Color information
#B959FD (or 0xB959FD) is known color: Medium Orchid. HEX triplet: B9, 59 and FD. RGB value is (185,89,253). Sum of RGB (Red+Green+Blue) = 185+89+253=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #B959FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FD is #46A602. Grayscale: #878787. Windows color (decimal): -4630019 or 16603577. OLE color: 16603577.
HSL color Cylindrical-coordinate representation of color #B959FD: hue angle of 275.12º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B959FD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 89 | 253 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.01 |
| HSL | 275.12º | 0.98% | 0.67% | - |
| HSV(B) | 275.12º | 0.65% | 0.99% | - |
| XYZ | 41.31 | 24.55 | 95.49 | - |
| YUV | 136.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 253 | 0.27 | 0.65 | 0 | 0.01 | 275.12 | 0.98 | 0.67 |
| Hex | B9 | 59 | FD | 1B | 41 | 0 | 1 | 113 | 62 | 43 |
| Octal | 271 | 131 | 375 | 33 | 101 | 0 | 1 | 423 | 142 | 103 |
| Binary | 10111001 | 1011001 | 11111101 | 11011 | 1000001 | 0 | 1 | 100010011 | 1100010 | 1000011 |
Color Harmonies of #B959FD
Complementary color
Monochromatic Colors of #B959FD
Black with #B959FD
Text Example
Text Example
White with #B959FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959FD; }
p { color: rgb(185,89,253); }
H1.HeaderClassName
{
color: #B959FD;
}
.AnyTagClassName
{
color: #B959FD;
}
</style>
background-color css
<style>
a { background-color: #B959FD; }
a { background-color: rgb(185,89,253); }
div.DivClassName
{
background-color: #B959FD;
}
.BgClassName
{
background-color: #B959FD;
}
</style>
border-color css
<style>
span { border-color: #B959FD; }
span { border-color: rgb(185,89,253); }
td.TdClassName
{
border-color: #B959FD;
}
.TagClassName
{
border-color: #B959FD;
}
</style>