Shades of Medium Orchid #B361E9
Tints of Medium Orchid #B361E9
RGB
CMYK
RGB Variations
Color information
#B361E9 (or 0xB361E9) is known color: Medium Orchid. HEX triplet: B3, 61 and E9. RGB value is (179,97,233). Sum of RGB (Red+Green+Blue) = 179+97+233=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #B361E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B361E9 is #4C9E16. Grayscale: #888888. Windows color (decimal): -5021207 or 15294899. OLE color: 15294899.
HSL color Cylindrical-coordinate representation of color #B361E9: hue angle of 276.18º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B361E9 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 97 | 233 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.09 |
| HSL | 276.18º | 0.76% | 0.65% | - |
| HSV(B) | 276.18º | 0.58% | 0.91% | - |
| XYZ | 37.57 | 24.02 | 79.75 | - |
| YUV | 137.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 233 | 0.23 | 0.58 | 0 | 0.09 | 276.18 | 0.76 | 0.65 |
| Hex | B3 | 61 | E9 | 17 | 3A | 0 | 9 | 114 | 4C | 41 |
| Octal | 263 | 141 | 351 | 27 | 72 | 0 | 11 | 424 | 114 | 101 |
| Binary | 10110011 | 1100001 | 11101001 | 10111 | 111010 | 0 | 1001 | 100010100 | 1001100 | 1000001 |
Color Harmonies of #B361E9
Complementary color
Monochromatic Colors of #B361E9
Black with #B361E9
Text Example
Text Example
White with #B361E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361E9; }
p { color: rgb(179,97,233); }
H1.HeaderClassName
{
color: #B361E9;
}
.AnyTagClassName
{
color: #B361E9;
}
</style>
background-color css
<style>
a { background-color: #B361E9; }
a { background-color: rgb(179,97,233); }
div.DivClassName
{
background-color: #B361E9;
}
.BgClassName
{
background-color: #B361E9;
}
</style>
border-color css
<style>
span { border-color: #B361E9; }
span { border-color: rgb(179,97,233); }
td.TdClassName
{
border-color: #B361E9;
}
.TagClassName
{
border-color: #B361E9;
}
</style>