Shades of Medium Orchid #B359E5
Tints of Medium Orchid #B359E5
RGB
CMYK
RGB Variations
Color information
#B359E5 (or 0xB359E5) is known color: Medium Orchid. HEX triplet: B3, 59 and E5. RGB value is (179,89,229). Sum of RGB (Red+Green+Blue) = 179+89+229=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #B359E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359E5 is #4CA61A. Grayscale: #838383. Windows color (decimal): -5023259 or 15030707. OLE color: 15030707.
HSL color Cylindrical-coordinate representation of color #B359E5: hue angle of 278.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B359E5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 89 | 229 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.10 |
| HSL | 278.57º | 0.73% | 0.62% | - |
| HSV(B) | 278.57º | 0.61% | 0.9% | - |
| XYZ | 36.31 | 22.39 | 76.54 | - |
| YUV | 131.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 229 | 0.22 | 0.61 | 0 | 0.10 | 278.57 | 0.73 | 0.62 |
| Hex | B3 | 59 | E5 | 16 | 3D | 0 | A | 117 | 49 | 3E |
| Octal | 263 | 131 | 345 | 26 | 75 | 0 | 12 | 427 | 111 | 76 |
| Binary | 10110011 | 1011001 | 11100101 | 10110 | 111101 | 0 | 1010 | 100010111 | 1001001 | 111110 |
Color Harmonies of #B359E5
Complementary color
Monochromatic Colors of #B359E5
Black with #B359E5
Text Example
Text Example
White with #B359E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359E5; }
p { color: rgb(179,89,229); }
H1.HeaderClassName
{
color: #B359E5;
}
.AnyTagClassName
{
color: #B359E5;
}
</style>
background-color css
<style>
a { background-color: #B359E5; }
a { background-color: rgb(179,89,229); }
div.DivClassName
{
background-color: #B359E5;
}
.BgClassName
{
background-color: #B359E5;
}
</style>
border-color css
<style>
span { border-color: #B359E5; }
span { border-color: rgb(179,89,229); }
td.TdClassName
{
border-color: #B359E5;
}
.TagClassName
{
border-color: #B359E5;
}
</style>