Shades of Medium Orchid #B848FE
Tints of Medium Orchid #B848FE
RGB
CMYK
RGB Variations
Color information
#B848FE (or 0xB848FE) is known color: Medium Orchid. HEX triplet: B8, 48 and FE. RGB value is (184,72,254). Sum of RGB (Red+Green+Blue) = 184+72+254=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B848FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848FE is #47B701. Grayscale: #7D7D7D. Windows color (decimal): -4699906 or 16664760. OLE color: 16664760.
HSL color Cylindrical-coordinate representation of color #B848FE: hue angle of 276.92º 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 #B848FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 72 | 254 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.00 |
| HSL | 276.92º | 0.99% | 0.64% | - |
| HSV(B) | 276.92º | 0.72% | 1% | - |
| XYZ | 39.97 | 21.98 | 95.9 | - |
| YUV | 126.24 | 200.11 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 254 | 0.28 | 0.72 | 0 | 0.00 | 276.92 | 0.99 | 0.64 |
| Hex | B8 | 48 | FE | 1C | 48 | 0 | 0 | 115 | 63 | 40 |
| Octal | 270 | 110 | 376 | 34 | 110 | 0 | 0 | 425 | 143 | 100 |
| Binary | 10111000 | 1001000 | 11111110 | 11100 | 1001000 | 0 | 0 | 100010101 | 1100011 | 1000000 |
Color Harmonies of #B848FE
Complementary color
Monochromatic Colors of #B848FE
Black with #B848FE
Text Example
Text Example
White with #B848FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848FE; }
p { color: rgb(184,72,254); }
H1.HeaderClassName
{
color: #B848FE;
}
.AnyTagClassName
{
color: #B848FE;
}
</style>
background-color css
<style>
a { background-color: #B848FE; }
a { background-color: rgb(184,72,254); }
div.DivClassName
{
background-color: #B848FE;
}
.BgClassName
{
background-color: #B848FE;
}
</style>
border-color css
<style>
span { border-color: #B848FE; }
span { border-color: rgb(184,72,254); }
td.TdClassName
{
border-color: #B848FE;
}
.TagClassName
{
border-color: #B848FE;
}
</style>