Shades of Medium Orchid #B261D0
Tints of Medium Orchid #B261D0
RGB
CMYK
RGB Variations
Color information
#B261D0 (or 0xB261D0) is known color: Medium Orchid. HEX triplet: B2, 61 and D0. RGB value is (178,97,208). Sum of RGB (Red+Green+Blue) = 178+97+208=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #B261D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261D0 is #4D9E2F. Grayscale: #858585. Windows color (decimal): -5086768 or 13656498. OLE color: 13656498.
HSL color Cylindrical-coordinate representation of color #B261D0: hue angle of 283.78º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B261D0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 97 | 208 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.18 |
| HSL | 283.78º | 0.54% | 0.6% | - |
| HSV(B) | 283.78º | 0.53% | 0.82% | - |
| XYZ | 34.02 | 22.57 | 62.24 | - |
| YUV | 133.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 208 | 0.14 | 0.53 | 0 | 0.18 | 283.78 | 0.54 | 0.6 |
| Hex | B2 | 61 | D0 | E | 35 | 0 | 12 | 11C | 36 | 3C |
| Octal | 262 | 141 | 320 | 16 | 65 | 0 | 22 | 434 | 66 | 74 |
| Binary | 10110010 | 1100001 | 11010000 | 1110 | 110101 | 0 | 10010 | 100011100 | 110110 | 111100 |
Color Harmonies of #B261D0
Complementary color
Monochromatic Colors of #B261D0
Black with #B261D0
Text Example
Text Example
White with #B261D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261D0; }
p { color: rgb(178,97,208); }
H1.HeaderClassName
{
color: #B261D0;
}
.AnyTagClassName
{
color: #B261D0;
}
</style>
background-color css
<style>
a { background-color: #B261D0; }
a { background-color: rgb(178,97,208); }
div.DivClassName
{
background-color: #B261D0;
}
.BgClassName
{
background-color: #B261D0;
}
</style>
border-color css
<style>
span { border-color: #B261D0; }
span { border-color: rgb(178,97,208); }
td.TdClassName
{
border-color: #B261D0;
}
.TagClassName
{
border-color: #B261D0;
}
</style>