Shades of Medium Orchid #B83CFE
Tints of Medium Orchid #B83CFE
RGB
CMYK
RGB Variations
Color information
#B83CFE (or 0xB83CFE) is known color: Medium Orchid. HEX triplet: B8, 3C and FE. RGB value is (184,60,254). Sum of RGB (Red+Green+Blue) = 184+60+254=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B83CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFE is #47C301. Grayscale: #767676. Windows color (decimal): -4702978 or 16661688. OLE color: 16661688.
HSL color Cylindrical-coordinate representation of color #B83CFE: hue angle of 278.35º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83CFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 60 | 254 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.00 |
| HSL | 278.35º | 0.99% | 0.62% | - |
| HSV(B) | 278.35º | 0.76% | 1% | - |
| XYZ | 39.27 | 20.58 | 95.67 | - |
| YUV | 119.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 254 | 0.28 | 0.76 | 0 | 0.00 | 278.35 | 0.99 | 0.62 |
| Hex | B8 | 3C | FE | 1C | 4C | 0 | 0 | 116 | 63 | 3E |
| Octal | 270 | 74 | 376 | 34 | 114 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10111000 | 111100 | 11111110 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B83CFE
Complementary color
Monochromatic Colors of #B83CFE
Black with #B83CFE
Text Example
Text Example
White with #B83CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CFE; }
p { color: rgb(184,60,254); }
H1.HeaderClassName
{
color: #B83CFE;
}
.AnyTagClassName
{
color: #B83CFE;
}
</style>
background-color css
<style>
a { background-color: #B83CFE; }
a { background-color: rgb(184,60,254); }
div.DivClassName
{
background-color: #B83CFE;
}
.BgClassName
{
background-color: #B83CFE;
}
</style>
border-color css
<style>
span { border-color: #B83CFE; }
span { border-color: rgb(184,60,254); }
td.TdClassName
{
border-color: #B83CFE;
}
.TagClassName
{
border-color: #B83CFE;
}
</style>