Shades of Medium Orchid #B261D3
Tints of Medium Orchid #B261D3
RGB
CMYK
RGB Variations
Color information
#B261D3 (or 0xB261D3) is known color: Medium Orchid. HEX triplet: B2, 61 and D3. RGB value is (178,97,211). Sum of RGB (Red+Green+Blue) = 178+97+211=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #B261D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261D3 is #4D9E2C. Grayscale: #858585. Windows color (decimal): -5086765 or 13853106. OLE color: 13853106.
HSL color Cylindrical-coordinate representation of color #B261D3: hue angle of 282.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B261D3 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 97 | 211 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.17 |
| HSL | 282.63º | 0.56% | 0.6% | - |
| HSV(B) | 282.63º | 0.54% | 0.83% | - |
| XYZ | 34.39 | 22.72 | 64.2 | - |
| YUV | 134.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 211 | 0.16 | 0.54 | 0 | 0.17 | 282.63 | 0.56 | 0.6 |
| Hex | B2 | 61 | D3 | 10 | 36 | 0 | 11 | 11B | 38 | 3C |
| Octal | 262 | 141 | 323 | 20 | 66 | 0 | 21 | 433 | 70 | 74 |
| Binary | 10110010 | 1100001 | 11010011 | 10000 | 110110 | 0 | 10001 | 100011011 | 111000 | 111100 |
Color Harmonies of #B261D3
Complementary color
Monochromatic Colors of #B261D3
Black with #B261D3
Text Example
Text Example
White with #B261D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261D3; }
p { color: rgb(178,97,211); }
H1.HeaderClassName
{
color: #B261D3;
}
.AnyTagClassName
{
color: #B261D3;
}
</style>
background-color css
<style>
a { background-color: #B261D3; }
a { background-color: rgb(178,97,211); }
div.DivClassName
{
background-color: #B261D3;
}
.BgClassName
{
background-color: #B261D3;
}
</style>
border-color css
<style>
span { border-color: #B261D3; }
span { border-color: rgb(178,97,211); }
td.TdClassName
{
border-color: #B261D3;
}
.TagClassName
{
border-color: #B261D3;
}
</style>