Shades of Medium Orchid #B959FC
Tints of Medium Orchid #B959FC
RGB
CMYK
RGB Variations
Color information
#B959FC (or 0xB959FC) is known color: Medium Orchid. HEX triplet: B9, 59 and FC. RGB value is (185,89,252). Sum of RGB (Red+Green+Blue) = 185+89+252=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #B959FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FC is #46A603. Grayscale: #878787. Windows color (decimal): -4630020 or 16538041. OLE color: 16538041.
HSL color Cylindrical-coordinate representation of color #B959FC: hue angle of 275.34º degrees, saturation: 0.96, 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 #B959FC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 89 | 252 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.01 |
| HSL | 275.34º | 0.96% | 0.67% | - |
| HSV(B) | 275.34º | 0.65% | 0.99% | - |
| XYZ | 41.15 | 24.49 | 94.65 | - |
| YUV | 136.29 | 193.3 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 252 | 0.27 | 0.65 | 0 | 0.01 | 275.34 | 0.96 | 0.67 |
| Hex | B9 | 59 | FC | 1B | 41 | 0 | 1 | 113 | 60 | 43 |
| Octal | 271 | 131 | 374 | 33 | 101 | 0 | 1 | 423 | 140 | 103 |
| Binary | 10111001 | 1011001 | 11111100 | 11011 | 1000001 | 0 | 1 | 100010011 | 1100000 | 1000011 |
Color Harmonies of #B959FC
Complementary color
Monochromatic Colors of #B959FC
Black with #B959FC
Text Example
Text Example
White with #B959FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959FC; }
p { color: rgb(185,89,252); }
H1.HeaderClassName
{
color: #B959FC;
}
.AnyTagClassName
{
color: #B959FC;
}
</style>
background-color css
<style>
a { background-color: #B959FC; }
a { background-color: rgb(185,89,252); }
div.DivClassName
{
background-color: #B959FC;
}
.BgClassName
{
background-color: #B959FC;
}
</style>
border-color css
<style>
span { border-color: #B959FC; }
span { border-color: rgb(185,89,252); }
td.TdClassName
{
border-color: #B959FC;
}
.TagClassName
{
border-color: #B959FC;
}
</style>