Shades of Medium Orchid #B94DFE
Tints of Medium Orchid #B94DFE
RGB
CMYK
RGB Variations
Color information
#B94DFE (or 0xB94DFE) is known color: Medium Orchid. HEX triplet: B9, 4D and FE. RGB value is (185,77,254). Sum of RGB (Red+Green+Blue) = 185+77+254=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DFE is #46B201. Grayscale: #808080. Windows color (decimal): -4633090 or 16666041. OLE color: 16666041.
HSL color Cylindrical-coordinate representation of color #B94DFE: hue angle of 276.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94DFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 77 | 254 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.00 |
| HSL | 276.61º | 0.99% | 0.65% | - |
| HSV(B) | 276.61º | 0.7% | 1% | - |
| XYZ | 40.55 | 22.78 | 96.03 | - |
| YUV | 129.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 254 | 0.27 | 0.70 | 0 | 0.00 | 276.61 | 0.99 | 0.65 |
| Hex | B9 | 4D | FE | 1B | 46 | 0 | 0 | 115 | 63 | 41 |
| Octal | 271 | 115 | 376 | 33 | 106 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111001 | 1001101 | 11111110 | 11011 | 1000110 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #B94DFE
Complementary color
Monochromatic Colors of #B94DFE
Black with #B94DFE
Text Example
Text Example
White with #B94DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DFE; }
p { color: rgb(185,77,254); }
H1.HeaderClassName
{
color: #B94DFE;
}
.AnyTagClassName
{
color: #B94DFE;
}
</style>
background-color css
<style>
a { background-color: #B94DFE; }
a { background-color: rgb(185,77,254); }
div.DivClassName
{
background-color: #B94DFE;
}
.BgClassName
{
background-color: #B94DFE;
}
</style>
border-color css
<style>
span { border-color: #B94DFE; }
span { border-color: rgb(185,77,254); }
td.TdClassName
{
border-color: #B94DFE;
}
.TagClassName
{
border-color: #B94DFE;
}
</style>