Shades of Medium Orchid #B858C9
Tints of Medium Orchid #B858C9
RGB
CMYK
RGB Variations
Color information
#B858C9 (or 0xB858C9) is known color: Medium Orchid. HEX triplet: B8, 58 and C9. RGB value is (184,88,201). Sum of RGB (Red+Green+Blue) = 184+88+201=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #B858C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858C9 is #47A736. Grayscale: #818181. Windows color (decimal): -4695863 or 13195448. OLE color: 13195448.
HSL color Cylindrical-coordinate representation of color #B858C9: hue angle of 290.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B858C9 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 88 | 201 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.21 |
| HSL | 290.97º | 0.51% | 0.57% | - |
| HSV(B) | 290.97º | 0.56% | 0.79% | - |
| XYZ | 33.8 | 21.39 | 57.6 | - |
| YUV | 129.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 201 | 0.08 | 0.56 | 0 | 0.21 | 290.97 | 0.51 | 0.57 |
| Hex | B8 | 58 | C9 | 8 | 38 | 0 | 15 | 123 | 33 | 39 |
| Octal | 270 | 130 | 311 | 10 | 70 | 0 | 25 | 443 | 63 | 71 |
| Binary | 10111000 | 1011000 | 11001001 | 1000 | 111000 | 0 | 10101 | 100100011 | 110011 | 111001 |
Color Harmonies of #B858C9
Complementary color
Monochromatic Colors of #B858C9
Black with #B858C9
Text Example
Text Example
White with #B858C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858C9; }
p { color: rgb(184,88,201); }
H1.HeaderClassName
{
color: #B858C9;
}
.AnyTagClassName
{
color: #B858C9;
}
</style>
background-color css
<style>
a { background-color: #B858C9; }
a { background-color: rgb(184,88,201); }
div.DivClassName
{
background-color: #B858C9;
}
.BgClassName
{
background-color: #B858C9;
}
</style>
border-color css
<style>
span { border-color: #B858C9; }
span { border-color: rgb(184,88,201); }
td.TdClassName
{
border-color: #B858C9;
}
.TagClassName
{
border-color: #B858C9;
}
</style>