Shades of Medium Orchid #B359E6
Tints of Medium Orchid #B359E6
RGB
CMYK
RGB Variations
Color information
#B359E6 (or 0xB359E6) is known color: Medium Orchid. HEX triplet: B3, 59 and E6. RGB value is (179,89,230). Sum of RGB (Red+Green+Blue) = 179+89+230=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #B359E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359E6 is #4CA619. Grayscale: #838383. Windows color (decimal): -5023258 or 15096243. OLE color: 15096243.
HSL color Cylindrical-coordinate representation of color #B359E6: hue angle of 278.3º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B359E6 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 89 | 230 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.10 |
| HSL | 278.3º | 0.74% | 0.63% | - |
| HSV(B) | 278.3º | 0.61% | 0.9% | - |
| XYZ | 36.45 | 22.44 | 77.27 | - |
| YUV | 131.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 230 | 0.22 | 0.61 | 0 | 0.10 | 278.3 | 0.74 | 0.63 |
| Hex | B3 | 59 | E6 | 16 | 3D | 0 | A | 116 | 4A | 3F |
| Octal | 263 | 131 | 346 | 26 | 75 | 0 | 12 | 426 | 112 | 77 |
| Binary | 10110011 | 1011001 | 11100110 | 10110 | 111101 | 0 | 1010 | 100010110 | 1001010 | 111111 |
Color Harmonies of #B359E6
Complementary color
Monochromatic Colors of #B359E6
Black with #B359E6
Text Example
Text Example
White with #B359E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359E6; }
p { color: rgb(179,89,230); }
H1.HeaderClassName
{
color: #B359E6;
}
.AnyTagClassName
{
color: #B359E6;
}
</style>
background-color css
<style>
a { background-color: #B359E6; }
a { background-color: rgb(179,89,230); }
div.DivClassName
{
background-color: #B359E6;
}
.BgClassName
{
background-color: #B359E6;
}
</style>
border-color css
<style>
span { border-color: #B359E6; }
span { border-color: rgb(179,89,230); }
td.TdClassName
{
border-color: #B359E6;
}
.TagClassName
{
border-color: #B359E6;
}
</style>