Shades of Medium Orchid #B968C6
Tints of Medium Orchid #B968C6
RGB
CMYK
RGB Variations
Color information
#B968C6 (or 0xB968C6) is known color: Medium Orchid. HEX triplet: B9, 68 and C6. RGB value is (185,104,198). Sum of RGB (Red+Green+Blue) = 185+104+198=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #B968C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968C6 is #469739. Grayscale: #8A8A8A. Windows color (decimal): -4626234 or 13002937. OLE color: 13002937.
HSL color Cylindrical-coordinate representation of color #B968C6: hue angle of 291.7º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B968C6 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 104 | 198 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.22 |
| HSL | 291.7º | 0.45% | 0.59% | - |
| HSV(B) | 291.7º | 0.47% | 0.78% | - |
| XYZ | 35.15 | 24.29 | 56.26 | - |
| YUV | 138.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 198 | 0.07 | 0.47 | 0 | 0.22 | 291.7 | 0.45 | 0.59 |
| Hex | B9 | 68 | C6 | 7 | 2F | 0 | 16 | 124 | 2D | 3B |
| Octal | 271 | 150 | 306 | 7 | 57 | 0 | 26 | 444 | 55 | 73 |
| Binary | 10111001 | 1101000 | 11000110 | 111 | 101111 | 0 | 10110 | 100100100 | 101101 | 111011 |
Color Harmonies of #B968C6
Complementary color
Monochromatic Colors of #B968C6
Black with #B968C6
Text Example
Text Example
White with #B968C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968C6; }
p { color: rgb(185,104,198); }
H1.HeaderClassName
{
color: #B968C6;
}
.AnyTagClassName
{
color: #B968C6;
}
</style>
background-color css
<style>
a { background-color: #B968C6; }
a { background-color: rgb(185,104,198); }
div.DivClassName
{
background-color: #B968C6;
}
.BgClassName
{
background-color: #B968C6;
}
</style>
border-color css
<style>
span { border-color: #B968C6; }
span { border-color: rgb(185,104,198); }
td.TdClassName
{
border-color: #B968C6;
}
.TagClassName
{
border-color: #B968C6;
}
</style>