Shades of Medium Orchid #B868C5
Tints of Medium Orchid #B868C5
RGB
CMYK
RGB Variations
Color information
#B868C5 (or 0xB868C5) is known color: Medium Orchid. HEX triplet: B8, 68 and C5. RGB value is (184,104,197). Sum of RGB (Red+Green+Blue) = 184+104+197=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #B868C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868C5 is #47973A. Grayscale: #8A8A8A. Windows color (decimal): -4691771 or 12937400. OLE color: 12937400.
HSL color Cylindrical-coordinate representation of color #B868C5: hue angle of 291.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B868C5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 104 | 197 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.23 |
| HSL | 291.61º | 0.44% | 0.59% | - |
| HSV(B) | 291.61º | 0.47% | 0.77% | - |
| XYZ | 34.8 | 24.12 | 55.65 | - |
| YUV | 138.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 197 | 0.07 | 0.47 | 0 | 0.23 | 291.61 | 0.44 | 0.59 |
| Hex | B8 | 68 | C5 | 7 | 2F | 0 | 17 | 124 | 2C | 3B |
| Octal | 270 | 150 | 305 | 7 | 57 | 0 | 27 | 444 | 54 | 73 |
| Binary | 10111000 | 1101000 | 11000101 | 111 | 101111 | 0 | 10111 | 100100100 | 101100 | 111011 |
Color Harmonies of #B868C5
Complementary color
Monochromatic Colors of #B868C5
Black with #B868C5
Text Example
Text Example
White with #B868C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868C5; }
p { color: rgb(184,104,197); }
H1.HeaderClassName
{
color: #B868C5;
}
.AnyTagClassName
{
color: #B868C5;
}
</style>
background-color css
<style>
a { background-color: #B868C5; }
a { background-color: rgb(184,104,197); }
div.DivClassName
{
background-color: #B868C5;
}
.BgClassName
{
background-color: #B868C5;
}
</style>
border-color css
<style>
span { border-color: #B868C5; }
span { border-color: rgb(184,104,197); }
td.TdClassName
{
border-color: #B868C5;
}
.TagClassName
{
border-color: #B868C5;
}
</style>