Shades of Medium Orchid #B858FC
Tints of Medium Orchid #B858FC
RGB
CMYK
RGB Variations
Color information
#B858FC (or 0xB858FC) is known color: Medium Orchid. HEX triplet: B8, 58 and FC. RGB value is (184,88,252). Sum of RGB (Red+Green+Blue) = 184+88+252=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #B858FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FC is #47A703. Grayscale: #868686. Windows color (decimal): -4695812 or 16537784. OLE color: 16537784.
HSL color Cylindrical-coordinate representation of color #B858FC: hue angle of 275.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 88 | 252 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.01 |
| HSL | 275.12º | 0.96% | 0.67% | - |
| HSV(B) | 275.12º | 0.65% | 0.99% | - |
| XYZ | 40.83 | 24.2 | 94.61 | - |
| YUV | 135.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 252 | 0.27 | 0.65 | 0 | 0.01 | 275.12 | 0.96 | 0.67 |
| Hex | B8 | 58 | FC | 1B | 41 | 0 | 1 | 113 | 60 | 43 |
| Octal | 270 | 130 | 374 | 33 | 101 | 0 | 1 | 423 | 140 | 103 |
| Binary | 10111000 | 1011000 | 11111100 | 11011 | 1000001 | 0 | 1 | 100010011 | 1100000 | 1000011 |
Color Harmonies of #B858FC
Complementary color
Monochromatic Colors of #B858FC
Black with #B858FC
Text Example
Text Example
White with #B858FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858FC; }
p { color: rgb(184,88,252); }
H1.HeaderClassName
{
color: #B858FC;
}
.AnyTagClassName
{
color: #B858FC;
}
</style>
background-color css
<style>
a { background-color: #B858FC; }
a { background-color: rgb(184,88,252); }
div.DivClassName
{
background-color: #B858FC;
}
.BgClassName
{
background-color: #B858FC;
}
</style>
border-color css
<style>
span { border-color: #B858FC; }
span { border-color: rgb(184,88,252); }
td.TdClassName
{
border-color: #B858FC;
}
.TagClassName
{
border-color: #B858FC;
}
</style>