Shades of Medium Orchid #B840FF
Tints of Medium Orchid #B840FF
RGB
CMYK
RGB Variations
Color information
#B840FF (or 0xB840FF) is known color: Medium Orchid. HEX triplet: B8, 40 and FF. RGB value is (184,64,255). Sum of RGB (Red+Green+Blue) = 184+64+255=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B840FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840FF is #47BF00. Grayscale: #797979. Windows color (decimal): -4701953 or 16728248. OLE color: 16728248.
HSL color Cylindrical-coordinate representation of color #B840FF: hue angle of 277.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B840FF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 64 | 255 | - |
| CMYK | 0.28 | 0.75 | 0 | 0 |
| HSL | 277.7º | 1% | 0.63% | - |
| HSV(B) | 277.7º | 0.75% | 1% | - |
| XYZ | 39.65 | 21.08 | 96.59 | - |
| YUV | 121.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 255 | 0.28 | 0.75 | 0 | 0 | 277.7 | 1 | 0.63 |
| Hex | B8 | 40 | FF | 1C | 4B | 0 | 0 | 116 | 64 | 3F |
| Octal | 270 | 100 | 377 | 34 | 113 | 0 | 0 | 426 | 144 | 77 |
| Binary | 10111000 | 1000000 | 11111111 | 11100 | 1001011 | 0 | 0 | 100010110 | 1100100 | 111111 |
Color Harmonies of #B840FF
Complementary color
Monochromatic Colors of #B840FF
Black with #B840FF
Text Example
Text Example
White with #B840FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840FF; }
p { color: rgb(184,64,255); }
H1.HeaderClassName
{
color: #B840FF;
}
.AnyTagClassName
{
color: #B840FF;
}
</style>
background-color css
<style>
a { background-color: #B840FF; }
a { background-color: rgb(184,64,255); }
div.DivClassName
{
background-color: #B840FF;
}
.BgClassName
{
background-color: #B840FF;
}
</style>
border-color css
<style>
span { border-color: #B840FF; }
span { border-color: rgb(184,64,255); }
td.TdClassName
{
border-color: #B840FF;
}
.TagClassName
{
border-color: #B840FF;
}
</style>