Shades of Medium Orchid #B951F6
Tints of Medium Orchid #B951F6
RGB
CMYK
RGB Variations
Color information
#B951F6 (or 0xB951F6) is known color: Medium Orchid. HEX triplet: B9, 51 and F6. RGB value is (185,81,246). Sum of RGB (Red+Green+Blue) = 185+81+246=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #B951F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951F6 is #46AE09. Grayscale: #828282. Windows color (decimal): -4632074 or 16142777. OLE color: 16142777.
HSL color Cylindrical-coordinate representation of color #B951F6: hue angle of 277.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B951F6 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 81 | 246 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.04 |
| HSL | 277.82º | 0.9% | 0.64% | - |
| HSV(B) | 277.82º | 0.67% | 0.96% | - |
| XYZ | 39.58 | 22.85 | 89.51 | - |
| YUV | 130.91 | 192.96 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 246 | 0.25 | 0.67 | 0 | 0.04 | 277.82 | 0.9 | 0.64 |
| Hex | B9 | 51 | F6 | 19 | 43 | 0 | 4 | 116 | 5A | 40 |
| Octal | 271 | 121 | 366 | 31 | 103 | 0 | 4 | 426 | 132 | 100 |
| Binary | 10111001 | 1010001 | 11110110 | 11001 | 1000011 | 0 | 100 | 100010110 | 1011010 | 1000000 |
Color Harmonies of #B951F6
Complementary color
Monochromatic Colors of #B951F6
Black with #B951F6
Text Example
Text Example
White with #B951F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951F6; }
p { color: rgb(185,81,246); }
H1.HeaderClassName
{
color: #B951F6;
}
.AnyTagClassName
{
color: #B951F6;
}
</style>
background-color css
<style>
a { background-color: #B951F6; }
a { background-color: rgb(185,81,246); }
div.DivClassName
{
background-color: #B951F6;
}
.BgClassName
{
background-color: #B951F6;
}
</style>
border-color css
<style>
span { border-color: #B951F6; }
span { border-color: rgb(185,81,246); }
td.TdClassName
{
border-color: #B951F6;
}
.TagClassName
{
border-color: #B951F6;
}
</style>