Shades of Medium Orchid #B850FC
Tints of Medium Orchid #B850FC
RGB
CMYK
RGB Variations
Color information
#B850FC (or 0xB850FC) is known color: Medium Orchid. HEX triplet: B8, 50 and FC. RGB value is (184,80,252). Sum of RGB (Red+Green+Blue) = 184+80+252=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #B850FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850FC is #47AF03. Grayscale: #828282. Windows color (decimal): -4697860 or 16535736. OLE color: 16535736.
HSL color Cylindrical-coordinate representation of color #B850FC: hue angle of 276.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B850FC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 80 | 252 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.01 |
| HSL | 276.28º | 0.97% | 0.65% | - |
| HSV(B) | 276.28º | 0.68% | 0.99% | - |
| XYZ | 40.21 | 22.96 | 94.41 | - |
| YUV | 130.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 252 | 0.27 | 0.68 | 0 | 0.01 | 276.28 | 0.97 | 0.65 |
| Hex | B8 | 50 | FC | 1B | 44 | 0 | 1 | 114 | 61 | 41 |
| Octal | 270 | 120 | 374 | 33 | 104 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10111000 | 1010000 | 11111100 | 11011 | 1000100 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B850FC
Complementary color
Monochromatic Colors of #B850FC
Black with #B850FC
Text Example
Text Example
White with #B850FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850FC; }
p { color: rgb(184,80,252); }
H1.HeaderClassName
{
color: #B850FC;
}
.AnyTagClassName
{
color: #B850FC;
}
</style>
background-color css
<style>
a { background-color: #B850FC; }
a { background-color: rgb(184,80,252); }
div.DivClassName
{
background-color: #B850FC;
}
.BgClassName
{
background-color: #B850FC;
}
</style>
border-color css
<style>
span { border-color: #B850FC; }
span { border-color: rgb(184,80,252); }
td.TdClassName
{
border-color: #B850FC;
}
.TagClassName
{
border-color: #B850FC;
}
</style>