Shades of Medium Orchid #B858FB
Tints of Medium Orchid #B858FB
RGB
CMYK
RGB Variations
Color information
#B858FB (or 0xB858FB) is known color: Medium Orchid. HEX triplet: B8, 58 and FB. RGB value is (184,88,251). Sum of RGB (Red+Green+Blue) = 184+88+251=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #B858FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FB is #47A704. Grayscale: #868686. Windows color (decimal): -4695813 or 16472248. OLE color: 16472248.
HSL color Cylindrical-coordinate representation of color #B858FB: hue angle of 275.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 88 | 251 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.02 |
| HSL | 275.34º | 0.95% | 0.66% | - |
| HSV(B) | 275.34º | 0.65% | 0.98% | - |
| XYZ | 40.67 | 24.13 | 93.78 | - |
| YUV | 135.29 | 193.3 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 251 | 0.27 | 0.65 | 0 | 0.02 | 275.34 | 0.95 | 0.66 |
| Hex | B8 | 58 | FB | 1B | 41 | 0 | 2 | 113 | 5F | 42 |
| Octal | 270 | 130 | 373 | 33 | 101 | 0 | 2 | 423 | 137 | 102 |
| Binary | 10111000 | 1011000 | 11111011 | 11011 | 1000001 | 0 | 10 | 100010011 | 1011111 | 1000010 |
Color Harmonies of #B858FB
Complementary color
Monochromatic Colors of #B858FB
Black with #B858FB
Text Example
Text Example
White with #B858FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858FB; }
p { color: rgb(184,88,251); }
H1.HeaderClassName
{
color: #B858FB;
}
.AnyTagClassName
{
color: #B858FB;
}
</style>
background-color css
<style>
a { background-color: #B858FB; }
a { background-color: rgb(184,88,251); }
div.DivClassName
{
background-color: #B858FB;
}
.BgClassName
{
background-color: #B858FB;
}
</style>
border-color css
<style>
span { border-color: #B858FB; }
span { border-color: rgb(184,88,251); }
td.TdClassName
{
border-color: #B858FB;
}
.TagClassName
{
border-color: #B858FB;
}
</style>