Shades of Medium Orchid #B951FE
Tints of Medium Orchid #B951FE
RGB
CMYK
RGB Variations
Color information
#B951FE (or 0xB951FE) is known color: Medium Orchid. HEX triplet: B9, 51 and FE. RGB value is (185,81,254). Sum of RGB (Red+Green+Blue) = 185+81+254=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B951FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951FE is #46AE01. Grayscale: #838383. Windows color (decimal): -4632066 or 16667065. OLE color: 16667065.
HSL color Cylindrical-coordinate representation of color #B951FE: hue angle of 276.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B951FE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 81 | 254 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.00 |
| HSL | 276.07º | 0.99% | 0.66% | - |
| HSV(B) | 276.07º | 0.68% | 1% | - |
| XYZ | 40.84 | 23.35 | 96.12 | - |
| YUV | 131.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 254 | 0.27 | 0.68 | 0 | 0.00 | 276.07 | 0.99 | 0.66 |
| Hex | B9 | 51 | FE | 1B | 44 | 0 | 0 | 114 | 63 | 42 |
| Octal | 271 | 121 | 376 | 33 | 104 | 0 | 0 | 424 | 143 | 102 |
| Binary | 10111001 | 1010001 | 11111110 | 11011 | 1000100 | 0 | 0 | 100010100 | 1100011 | 1000010 |
Color Harmonies of #B951FE
Complementary color
Monochromatic Colors of #B951FE
Black with #B951FE
Text Example
Text Example
White with #B951FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951FE; }
p { color: rgb(185,81,254); }
H1.HeaderClassName
{
color: #B951FE;
}
.AnyTagClassName
{
color: #B951FE;
}
</style>
background-color css
<style>
a { background-color: #B951FE; }
a { background-color: rgb(185,81,254); }
div.DivClassName
{
background-color: #B951FE;
}
.BgClassName
{
background-color: #B951FE;
}
</style>
border-color css
<style>
span { border-color: #B951FE; }
span { border-color: rgb(185,81,254); }
td.TdClassName
{
border-color: #B951FE;
}
.TagClassName
{
border-color: #B951FE;
}
</style>