Shades of Medium Orchid #B940FE
Tints of Medium Orchid #B940FE
RGB
CMYK
RGB Variations
Color information
#B940FE (or 0xB940FE) is known color: Medium Orchid. HEX triplet: B9, 40 and FE. RGB value is (185,64,254). Sum of RGB (Red+Green+Blue) = 185+64+254=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B940FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940FE is #46BF01. Grayscale: #797979. Windows color (decimal): -4636418 or 16662713. OLE color: 16662713.
HSL color Cylindrical-coordinate representation of color #B940FE: hue angle of 278.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B940FE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 64 | 254 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.00 |
| HSL | 278.21º | 0.99% | 0.62% | - |
| HSV(B) | 278.21º | 0.75% | 1% | - |
| XYZ | 39.73 | 21.14 | 95.75 | - |
| YUV | 121.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 254 | 0.27 | 0.75 | 0 | 0.00 | 278.21 | 0.99 | 0.62 |
| Hex | B9 | 40 | FE | 1B | 4B | 0 | 0 | 116 | 63 | 3E |
| Octal | 271 | 100 | 376 | 33 | 113 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10111001 | 1000000 | 11111110 | 11011 | 1001011 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B940FE
Complementary color
Monochromatic Colors of #B940FE
Black with #B940FE
Text Example
Text Example
White with #B940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940FE; }
p { color: rgb(185,64,254); }
H1.HeaderClassName
{
color: #B940FE;
}
.AnyTagClassName
{
color: #B940FE;
}
</style>
background-color css
<style>
a { background-color: #B940FE; }
a { background-color: rgb(185,64,254); }
div.DivClassName
{
background-color: #B940FE;
}
.BgClassName
{
background-color: #B940FE;
}
</style>
border-color css
<style>
span { border-color: #B940FE; }
span { border-color: rgb(185,64,254); }
td.TdClassName
{
border-color: #B940FE;
}
.TagClassName
{
border-color: #B940FE;
}
</style>