Shades of Medium Orchid #B359E2
Tints of Medium Orchid #B359E2
RGB
CMYK
RGB Variations
Color information
#B359E2 (or 0xB359E2) is known color: Medium Orchid. HEX triplet: B3, 59 and E2. RGB value is (179,89,226). Sum of RGB (Red+Green+Blue) = 179+89+226=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #B359E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359E2 is #4CA61D. Grayscale: #838383. Windows color (decimal): -5023262 or 14834099. OLE color: 14834099.
HSL color Cylindrical-coordinate representation of color #B359E2: hue angle of 279.42º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B359E2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 89 | 226 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.11 |
| HSL | 279.42º | 0.7% | 0.62% | - |
| HSV(B) | 279.42º | 0.61% | 0.89% | - |
| XYZ | 35.89 | 22.22 | 74.35 | - |
| YUV | 131.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 226 | 0.21 | 0.61 | 0 | 0.11 | 279.42 | 0.7 | 0.62 |
| Hex | B3 | 59 | E2 | 15 | 3D | 0 | B | 117 | 46 | 3E |
| Octal | 263 | 131 | 342 | 25 | 75 | 0 | 13 | 427 | 106 | 76 |
| Binary | 10110011 | 1011001 | 11100010 | 10101 | 111101 | 0 | 1011 | 100010111 | 1000110 | 111110 |
Color Harmonies of #B359E2
Complementary color
Monochromatic Colors of #B359E2
Black with #B359E2
Text Example
Text Example
White with #B359E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359E2; }
p { color: rgb(179,89,226); }
H1.HeaderClassName
{
color: #B359E2;
}
.AnyTagClassName
{
color: #B359E2;
}
</style>
background-color css
<style>
a { background-color: #B359E2; }
a { background-color: rgb(179,89,226); }
div.DivClassName
{
background-color: #B359E2;
}
.BgClassName
{
background-color: #B359E2;
}
</style>
border-color css
<style>
span { border-color: #B359E2; }
span { border-color: rgb(179,89,226); }
td.TdClassName
{
border-color: #B359E2;
}
.TagClassName
{
border-color: #B359E2;
}
</style>