Shades of Medium Orchid #B361D9
Tints of Medium Orchid #B361D9
RGB
CMYK
RGB Variations
Color information
#B361D9 (or 0xB361D9) is known color: Medium Orchid. HEX triplet: B3, 61 and D9. RGB value is (179,97,217). Sum of RGB (Red+Green+Blue) = 179+97+217=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #B361D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361D9 is #4C9E26. Grayscale: #868686. Windows color (decimal): -5021223 or 14246323. OLE color: 14246323.
HSL color Cylindrical-coordinate representation of color #B361D9: hue angle of 281º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B361D9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 97 | 217 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.15 |
| HSL | 281º | 0.61% | 0.62% | - |
| HSV(B) | 281º | 0.55% | 0.85% | - |
| XYZ | 35.39 | 23.14 | 68.25 | - |
| YUV | 135.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 217 | 0.18 | 0.55 | 0 | 0.15 | 281 | 0.61 | 0.62 |
| Hex | B3 | 61 | D9 | 12 | 37 | 0 | F | 119 | 3D | 3E |
| Octal | 263 | 141 | 331 | 22 | 67 | 0 | 17 | 431 | 75 | 76 |
| Binary | 10110011 | 1100001 | 11011001 | 10010 | 110111 | 0 | 1111 | 100011001 | 111101 | 111110 |
Color Harmonies of #B361D9
Complementary color
Monochromatic Colors of #B361D9
Black with #B361D9
Text Example
Text Example
White with #B361D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361D9; }
p { color: rgb(179,97,217); }
H1.HeaderClassName
{
color: #B361D9;
}
.AnyTagClassName
{
color: #B361D9;
}
</style>
background-color css
<style>
a { background-color: #B361D9; }
a { background-color: rgb(179,97,217); }
div.DivClassName
{
background-color: #B361D9;
}
.BgClassName
{
background-color: #B361D9;
}
</style>
border-color css
<style>
span { border-color: #B361D9; }
span { border-color: rgb(179,97,217); }
td.TdClassName
{
border-color: #B361D9;
}
.TagClassName
{
border-color: #B361D9;
}
</style>