Shades of Medium Orchid #B846FF
Tints of Medium Orchid #B846FF
RGB
CMYK
RGB Variations
Color information
#B846FF (or 0xB846FF) is known color: Medium Orchid. HEX triplet: B8, 46 and FF. RGB value is (184,70,255). Sum of RGB (Red+Green+Blue) = 184+70+255=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B846FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B846FF is #47B900. Grayscale: #7C7C7C. Windows color (decimal): -4700417 or 16729784. OLE color: 16729784.
HSL color Cylindrical-coordinate representation of color #B846FF: hue angle of 276.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B846FF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 70 | 255 | - |
| CMYK | 0.28 | 0.73 | 0 | 0 |
| HSL | 276.97º | 1% | 0.64% | - |
| HSV(B) | 276.97º | 0.73% | 1% | - |
| XYZ | 40.01 | 21.79 | 96.71 | - |
| YUV | 125.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 255 | 0.28 | 0.73 | 0 | 0 | 276.97 | 1 | 0.64 |
| Hex | B8 | 46 | FF | 1C | 49 | 0 | 0 | 115 | 64 | 40 |
| Octal | 270 | 106 | 377 | 34 | 111 | 0 | 0 | 425 | 144 | 100 |
| Binary | 10111000 | 1000110 | 11111111 | 11100 | 1001001 | 0 | 0 | 100010101 | 1100100 | 1000000 |
Color Harmonies of #B846FF
Complementary color
Monochromatic Colors of #B846FF
Black with #B846FF
Text Example
Text Example
White with #B846FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846FF; }
p { color: rgb(184,70,255); }
H1.HeaderClassName
{
color: #B846FF;
}
.AnyTagClassName
{
color: #B846FF;
}
</style>
background-color css
<style>
a { background-color: #B846FF; }
a { background-color: rgb(184,70,255); }
div.DivClassName
{
background-color: #B846FF;
}
.BgClassName
{
background-color: #B846FF;
}
</style>
border-color css
<style>
span { border-color: #B846FF; }
span { border-color: rgb(184,70,255); }
td.TdClassName
{
border-color: #B846FF;
}
.TagClassName
{
border-color: #B846FF;
}
</style>