Shades of Medium Orchid #B261DD
Tints of Medium Orchid #B261DD
RGB
CMYK
RGB Variations
Color information
#B261DD (or 0xB261DD) is known color: Medium Orchid. HEX triplet: B2, 61 and DD. RGB value is (178,97,221). Sum of RGB (Red+Green+Blue) = 178+97+221=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #B261DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DD is #4D9E22. Grayscale: #868686. Windows color (decimal): -5086755 or 14508466. OLE color: 14508466.
HSL color Cylindrical-coordinate representation of color #B261DD: hue angle of 279.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B261DD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 97 | 221 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 279.19º | 0.65% | 0.62% | - |
| HSV(B) | 279.19º | 0.56% | 0.87% | - |
| XYZ | 35.69 | 23.23 | 71.01 | - |
| YUV | 135.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 221 | 0.19 | 0.56 | 0 | 0.13 | 279.19 | 0.65 | 0.62 |
| Hex | B2 | 61 | DD | 13 | 38 | 0 | D | 117 | 41 | 3E |
| Octal | 262 | 141 | 335 | 23 | 70 | 0 | 15 | 427 | 101 | 76 |
| Binary | 10110010 | 1100001 | 11011101 | 10011 | 111000 | 0 | 1101 | 100010111 | 1000001 | 111110 |
Color Harmonies of #B261DD
Complementary color
Monochromatic Colors of #B261DD
Black with #B261DD
Text Example
Text Example
White with #B261DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261DD; }
p { color: rgb(178,97,221); }
H1.HeaderClassName
{
color: #B261DD;
}
.AnyTagClassName
{
color: #B261DD;
}
</style>
background-color css
<style>
a { background-color: #B261DD; }
a { background-color: rgb(178,97,221); }
div.DivClassName
{
background-color: #B261DD;
}
.BgClassName
{
background-color: #B261DD;
}
</style>
border-color css
<style>
span { border-color: #B261DD; }
span { border-color: rgb(178,97,221); }
td.TdClassName
{
border-color: #B261DD;
}
.TagClassName
{
border-color: #B261DD;
}
</style>