Shades of Medium Orchid #B261C6
Tints of Medium Orchid #B261C6
RGB
CMYK
RGB Variations
Color information
#B261C6 (or 0xB261C6) is known color: Medium Orchid. HEX triplet: B2, 61 and C6. RGB value is (178,97,198). Sum of RGB (Red+Green+Blue) = 178+97+198=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B261C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C6 is #4D9E39. Grayscale: #848484. Windows color (decimal): -5086778 or 13001138. OLE color: 13001138.
HSL color Cylindrical-coordinate representation of color #B261C6: hue angle of 288.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B261C6 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 97 | 198 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.22 |
| HSL | 288.12º | 0.47% | 0.58% | - |
| HSV(B) | 288.12º | 0.51% | 0.78% | - |
| XYZ | 32.83 | 22.09 | 55.96 | - |
| YUV | 132.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 198 | 0.10 | 0.51 | 0 | 0.22 | 288.12 | 0.47 | 0.58 |
| Hex | B2 | 61 | C6 | A | 33 | 0 | 16 | 120 | 2F | 3A |
| Octal | 262 | 141 | 306 | 12 | 63 | 0 | 26 | 440 | 57 | 72 |
| Binary | 10110010 | 1100001 | 11000110 | 1010 | 110011 | 0 | 10110 | 100100000 | 101111 | 111010 |
Color Harmonies of #B261C6
Complementary color
Monochromatic Colors of #B261C6
Black with #B261C6
Text Example
Text Example
White with #B261C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261C6; }
p { color: rgb(178,97,198); }
H1.HeaderClassName
{
color: #B261C6;
}
.AnyTagClassName
{
color: #B261C6;
}
</style>
background-color css
<style>
a { background-color: #B261C6; }
a { background-color: rgb(178,97,198); }
div.DivClassName
{
background-color: #B261C6;
}
.BgClassName
{
background-color: #B261C6;
}
</style>
border-color css
<style>
span { border-color: #B261C6; }
span { border-color: rgb(178,97,198); }
td.TdClassName
{
border-color: #B261C6;
}
.TagClassName
{
border-color: #B261C6;
}
</style>