Shades of Medium Orchid #B858FF
Tints of Medium Orchid #B858FF
RGB
CMYK
RGB Variations
Color information
#B858FF (or 0xB858FF) is known color: Medium Orchid. HEX triplet: B8, 58 and FF. RGB value is (184,88,255). Sum of RGB (Red+Green+Blue) = 184+88+255=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B858FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FF is #47A700. Grayscale: #878787. Windows color (decimal): -4695809 or 16734392. OLE color: 16734392.
HSL color Cylindrical-coordinate representation of color #B858FF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 88 | 255 | - |
| CMYK | 0.28 | 0.65 | 0 | 0 |
| HSL | 274.49º | 1% | 0.67% | - |
| HSV(B) | 274.49º | 0.65% | 1% | - |
| XYZ | 41.31 | 24.39 | 97.14 | - |
| YUV | 135.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 255 | 0.28 | 0.65 | 0 | 0 | 274.49 | 1 | 0.67 |
| Hex | B8 | 58 | FF | 1C | 41 | 0 | 0 | 112 | 64 | 43 |
| Octal | 270 | 130 | 377 | 34 | 101 | 0 | 0 | 422 | 144 | 103 |
| Binary | 10111000 | 1011000 | 11111111 | 11100 | 1000001 | 0 | 0 | 100010010 | 1100100 | 1000011 |
Color Harmonies of #B858FF
Complementary color
Monochromatic Colors of #B858FF
Black with #B858FF
Text Example
Text Example
White with #B858FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858FF; }
p { color: rgb(184,88,255); }
H1.HeaderClassName
{
color: #B858FF;
}
.AnyTagClassName
{
color: #B858FF;
}
</style>
background-color css
<style>
a { background-color: #B858FF; }
a { background-color: rgb(184,88,255); }
div.DivClassName
{
background-color: #B858FF;
}
.BgClassName
{
background-color: #B858FF;
}
</style>
border-color css
<style>
span { border-color: #B858FF; }
span { border-color: rgb(184,88,255); }
td.TdClassName
{
border-color: #B858FF;
}
.TagClassName
{
border-color: #B858FF;
}
</style>