Shades of Medium Orchid #B365E9
Tints of Medium Orchid #B365E9
RGB
CMYK
RGB Variations
Color information
#B365E9 (or 0xB365E9) is known color: Medium Orchid. HEX triplet: B3, 65 and E9. RGB value is (179,101,233). Sum of RGB (Red+Green+Blue) = 179+101+233=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #B365E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365E9 is #4C9A16. Grayscale: #8A8A8A. Windows color (decimal): -5020183 or 15295923. OLE color: 15295923.
HSL color Cylindrical-coordinate representation of color #B365E9: hue angle of 275.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B365E9 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 101 | 233 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.09 |
| HSL | 275.45º | 0.75% | 0.65% | - |
| HSV(B) | 275.45º | 0.57% | 0.91% | - |
| XYZ | 37.95 | 24.77 | 79.87 | - |
| YUV | 139.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 233 | 0.23 | 0.57 | 0 | 0.09 | 275.45 | 0.75 | 0.65 |
| Hex | B3 | 65 | E9 | 17 | 39 | 0 | 9 | 113 | 4B | 41 |
| Octal | 263 | 145 | 351 | 27 | 71 | 0 | 11 | 423 | 113 | 101 |
| Binary | 10110011 | 1100101 | 11101001 | 10111 | 111001 | 0 | 1001 | 100010011 | 1001011 | 1000001 |
Color Harmonies of #B365E9
Complementary color
Monochromatic Colors of #B365E9
Black with #B365E9
Text Example
Text Example
White with #B365E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365E9; }
p { color: rgb(179,101,233); }
H1.HeaderClassName
{
color: #B365E9;
}
.AnyTagClassName
{
color: #B365E9;
}
</style>
background-color css
<style>
a { background-color: #B365E9; }
a { background-color: rgb(179,101,233); }
div.DivClassName
{
background-color: #B365E9;
}
.BgClassName
{
background-color: #B365E9;
}
</style>
border-color css
<style>
span { border-color: #B365E9; }
span { border-color: rgb(179,101,233); }
td.TdClassName
{
border-color: #B365E9;
}
.TagClassName
{
border-color: #B365E9;
}
</style>