Shades of Medium Orchid #B836FE
Tints of Medium Orchid #B836FE
RGB
CMYK
RGB Variations
Color information
#B836FE (or 0xB836FE) is known color: Medium Orchid. HEX triplet: B8, 36 and FE. RGB value is (184,54,254). Sum of RGB (Red+Green+Blue) = 184+54+254=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #B836FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836FE is #47C901. Grayscale: #737373. Windows color (decimal): -4704514 or 16660152. OLE color: 16660152.
HSL color Cylindrical-coordinate representation of color #B836FE: hue angle of 279º 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 #B836FE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 54 | 254 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.00 |
| HSL | 279º | 0.99% | 0.6% | - |
| HSV(B) | 279º | 0.79% | 1% | - |
| XYZ | 38.98 | 19.98 | 95.57 | - |
| YUV | 115.67 | 206.07 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 254 | 0.28 | 0.79 | 0 | 0.00 | 279 | 0.99 | 0.6 |
| Hex | B8 | 36 | FE | 1C | 4F | 0 | 0 | 117 | 63 | 3C |
| Octal | 270 | 66 | 376 | 34 | 117 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10111000 | 110110 | 11111110 | 11100 | 1001111 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B836FE
Complementary color
Monochromatic Colors of #B836FE
Black with #B836FE
Text Example
Text Example
White with #B836FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836FE; }
p { color: rgb(184,54,254); }
H1.HeaderClassName
{
color: #B836FE;
}
.AnyTagClassName
{
color: #B836FE;
}
</style>
background-color css
<style>
a { background-color: #B836FE; }
a { background-color: rgb(184,54,254); }
div.DivClassName
{
background-color: #B836FE;
}
.BgClassName
{
background-color: #B836FE;
}
</style>
border-color css
<style>
span { border-color: #B836FE; }
span { border-color: rgb(184,54,254); }
td.TdClassName
{
border-color: #B836FE;
}
.TagClassName
{
border-color: #B836FE;
}
</style>