Shades of Medium Orchid #B956F1
Tints of Medium Orchid #B956F1
RGB
CMYK
RGB Variations
Color information
#B956F1 (or 0xB956F1) is known color: Medium Orchid. HEX triplet: B9, 56 and F1. RGB value is (185,86,241). Sum of RGB (Red+Green+Blue) = 185+86+241=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #B956F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956F1 is #46A90E. Grayscale: #848484. Windows color (decimal): -4630799 or 15816377. OLE color: 15816377.
HSL color Cylindrical-coordinate representation of color #B956F1: hue angle of 278.32º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B956F1 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 86 | 241 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.05 |
| HSL | 278.32º | 0.85% | 0.64% | - |
| HSV(B) | 278.32º | 0.64% | 0.95% | - |
| XYZ | 39.21 | 23.32 | 85.65 | - |
| YUV | 133.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 241 | 0.23 | 0.64 | 0 | 0.05 | 278.32 | 0.85 | 0.64 |
| Hex | B9 | 56 | F1 | 17 | 40 | 0 | 5 | 116 | 55 | 40 |
| Octal | 271 | 126 | 361 | 27 | 100 | 0 | 5 | 426 | 125 | 100 |
| Binary | 10111001 | 1010110 | 11110001 | 10111 | 1000000 | 0 | 101 | 100010110 | 1010101 | 1000000 |
Color Harmonies of #B956F1
Complementary color
Monochromatic Colors of #B956F1
Black with #B956F1
Text Example
Text Example
White with #B956F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956F1; }
p { color: rgb(185,86,241); }
H1.HeaderClassName
{
color: #B956F1;
}
.AnyTagClassName
{
color: #B956F1;
}
</style>
background-color css
<style>
a { background-color: #B956F1; }
a { background-color: rgb(185,86,241); }
div.DivClassName
{
background-color: #B956F1;
}
.BgClassName
{
background-color: #B956F1;
}
</style>
border-color css
<style>
span { border-color: #B956F1; }
span { border-color: rgb(185,86,241); }
td.TdClassName
{
border-color: #B956F1;
}
.TagClassName
{
border-color: #B956F1;
}
</style>