Shades of Medium Orchid #B936FE
Tints of Medium Orchid #B936FE
RGB
CMYK
RGB Variations
Color information
#B936FE (or 0xB936FE) is known color: Medium Orchid. HEX triplet: B9, 36 and FE. RGB value is (185,54,254). Sum of RGB (Red+Green+Blue) = 185+54+254=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #B936FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936FE is #46C901. Grayscale: #737373. Windows color (decimal): -4638978 or 16660153. OLE color: 16660153.
HSL color Cylindrical-coordinate representation of color #B936FE: hue angle of 279.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B936FE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 54 | 254 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.00 |
| HSL | 279.3º | 0.99% | 0.6% | - |
| HSV(B) | 279.3º | 0.79% | 1% | - |
| XYZ | 39.22 | 20.11 | 95.58 | - |
| YUV | 115.97 | 205.9 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 254 | 0.27 | 0.79 | 0 | 0.00 | 279.3 | 0.99 | 0.6 |
| Hex | B9 | 36 | FE | 1B | 4F | 0 | 0 | 117 | 63 | 3C |
| Octal | 271 | 66 | 376 | 33 | 117 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10111001 | 110110 | 11111110 | 11011 | 1001111 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B936FE
Complementary color
Monochromatic Colors of #B936FE
Black with #B936FE
Text Example
Text Example
White with #B936FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936FE; }
p { color: rgb(185,54,254); }
H1.HeaderClassName
{
color: #B936FE;
}
.AnyTagClassName
{
color: #B936FE;
}
</style>
background-color css
<style>
a { background-color: #B936FE; }
a { background-color: rgb(185,54,254); }
div.DivClassName
{
background-color: #B936FE;
}
.BgClassName
{
background-color: #B936FE;
}
</style>
border-color css
<style>
span { border-color: #B936FE; }
span { border-color: rgb(185,54,254); }
td.TdClassName
{
border-color: #B936FE;
}
.TagClassName
{
border-color: #B936FE;
}
</style>