Shades of Medium Orchid #B261C8
Tints of Medium Orchid #B261C8
RGB
CMYK
RGB Variations
Color information
#B261C8 (or 0xB261C8) is known color: Medium Orchid. HEX triplet: B2, 61 and C8. RGB value is (178,97,200). Sum of RGB (Red+Green+Blue) = 178+97+200=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #B261C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C8 is #4D9E37. Grayscale: #848484. Windows color (decimal): -5086776 or 13132210. OLE color: 13132210.
HSL color Cylindrical-coordinate representation of color #B261C8: hue angle of 287.18º degrees, saturation: 0.48, 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 #B261C8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 97 | 200 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.22 |
| HSL | 287.18º | 0.48% | 0.58% | - |
| HSV(B) | 287.18º | 0.52% | 0.78% | - |
| XYZ | 33.06 | 22.18 | 57.18 | - |
| YUV | 132.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 200 | 0.11 | 0.52 | 0 | 0.22 | 287.18 | 0.48 | 0.58 |
| Hex | B2 | 61 | C8 | B | 34 | 0 | 16 | 11F | 30 | 3A |
| Octal | 262 | 141 | 310 | 13 | 64 | 0 | 26 | 437 | 60 | 72 |
| Binary | 10110010 | 1100001 | 11001000 | 1011 | 110100 | 0 | 10110 | 100011111 | 110000 | 111010 |
Color Harmonies of #B261C8
Complementary color
Monochromatic Colors of #B261C8
Black with #B261C8
Text Example
Text Example
White with #B261C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261C8; }
p { color: rgb(178,97,200); }
H1.HeaderClassName
{
color: #B261C8;
}
.AnyTagClassName
{
color: #B261C8;
}
</style>
background-color css
<style>
a { background-color: #B261C8; }
a { background-color: rgb(178,97,200); }
div.DivClassName
{
background-color: #B261C8;
}
.BgClassName
{
background-color: #B261C8;
}
</style>
border-color css
<style>
span { border-color: #B261C8; }
span { border-color: rgb(178,97,200); }
td.TdClassName
{
border-color: #B261C8;
}
.TagClassName
{
border-color: #B261C8;
}
</style>