Shades of Medium Orchid #B846FE
Tints of Medium Orchid #B846FE
RGB
CMYK
RGB Variations
Color information
#B846FE (or 0xB846FE) is known color: Medium Orchid. HEX triplet: B8, 46 and FE. RGB value is (184,70,254). Sum of RGB (Red+Green+Blue) = 184+70+254=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B846FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B846FE is #47B901. Grayscale: #7C7C7C. Windows color (decimal): -4700418 or 16664248. OLE color: 16664248.
HSL color Cylindrical-coordinate representation of color #B846FE: hue angle of 277.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B846FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 70 | 254 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.00 |
| HSL | 277.17º | 0.99% | 0.64% | - |
| HSV(B) | 277.17º | 0.72% | 1% | - |
| XYZ | 39.85 | 21.73 | 95.86 | - |
| YUV | 125.06 | 200.77 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 254 | 0.28 | 0.72 | 0 | 0.00 | 277.17 | 0.99 | 0.64 |
| Hex | B8 | 46 | FE | 1C | 48 | 0 | 0 | 115 | 63 | 40 |
| Octal | 270 | 106 | 376 | 34 | 110 | 0 | 0 | 425 | 143 | 100 |
| Binary | 10111000 | 1000110 | 11111110 | 11100 | 1001000 | 0 | 0 | 100010101 | 1100011 | 1000000 |
Color Harmonies of #B846FE
Complementary color
Monochromatic Colors of #B846FE
Black with #B846FE
Text Example
Text Example
White with #B846FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846FE; }
p { color: rgb(184,70,254); }
H1.HeaderClassName
{
color: #B846FE;
}
.AnyTagClassName
{
color: #B846FE;
}
</style>
background-color css
<style>
a { background-color: #B846FE; }
a { background-color: rgb(184,70,254); }
div.DivClassName
{
background-color: #B846FE;
}
.BgClassName
{
background-color: #B846FE;
}
</style>
border-color css
<style>
span { border-color: #B846FE; }
span { border-color: rgb(184,70,254); }
td.TdClassName
{
border-color: #B846FE;
}
.TagClassName
{
border-color: #B846FE;
}
</style>