Shades of Medium Orchid #B83FFE
Tints of Medium Orchid #B83FFE
RGB
CMYK
RGB Variations
Color information
#B83FFE (or 0xB83FFE) is known color: Medium Orchid. HEX triplet: B8, 3F and FE. RGB value is (184,63,254). Sum of RGB (Red+Green+Blue) = 184+63+254=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B83FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FFE is #47C001. Grayscale: #787878. Windows color (decimal): -4702210 or 16662456. OLE color: 16662456.
HSL color Cylindrical-coordinate representation of color #B83FFE: hue angle of 278.01º 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 #B83FFE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 63 | 254 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.00 |
| HSL | 278.01º | 0.99% | 0.62% | - |
| HSV(B) | 278.01º | 0.75% | 1% | - |
| XYZ | 39.43 | 20.9 | 95.72 | - |
| YUV | 120.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 254 | 0.28 | 0.75 | 0 | 0.00 | 278.01 | 0.99 | 0.62 |
| Hex | B8 | 3F | FE | 1C | 4B | 0 | 0 | 116 | 63 | 3E |
| Octal | 270 | 77 | 376 | 34 | 113 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10111000 | 111111 | 11111110 | 11100 | 1001011 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B83FFE
Complementary color
Monochromatic Colors of #B83FFE
Black with #B83FFE
Text Example
Text Example
White with #B83FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FFE; }
p { color: rgb(184,63,254); }
H1.HeaderClassName
{
color: #B83FFE;
}
.AnyTagClassName
{
color: #B83FFE;
}
</style>
background-color css
<style>
a { background-color: #B83FFE; }
a { background-color: rgb(184,63,254); }
div.DivClassName
{
background-color: #B83FFE;
}
.BgClassName
{
background-color: #B83FFE;
}
</style>
border-color css
<style>
span { border-color: #B83FFE; }
span { border-color: rgb(184,63,254); }
td.TdClassName
{
border-color: #B83FFE;
}
.TagClassName
{
border-color: #B83FFE;
}
</style>