Shades of Medium Orchid #B356E5
Tints of Medium Orchid #B356E5
RGB
CMYK
RGB Variations
Color information
#B356E5 (or 0xB356E5) is known color: Medium Orchid. HEX triplet: B3, 56 and E5. RGB value is (179,86,229). Sum of RGB (Red+Green+Blue) = 179+86+229=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B356E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356E5 is #4CA91A. Grayscale: #818181. Windows color (decimal): -5024027 or 15029939. OLE color: 15029939.
HSL color Cylindrical-coordinate representation of color #B356E5: hue angle of 279.02º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B356E5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 86 | 229 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.10 |
| HSL | 279.02º | 0.73% | 0.62% | - |
| HSV(B) | 279.02º | 0.62% | 0.9% | - |
| XYZ | 36.06 | 21.9 | 76.45 | - |
| YUV | 130.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 229 | 0.22 | 0.62 | 0 | 0.10 | 279.02 | 0.73 | 0.62 |
| Hex | B3 | 56 | E5 | 16 | 3E | 0 | A | 117 | 49 | 3E |
| Octal | 263 | 126 | 345 | 26 | 76 | 0 | 12 | 427 | 111 | 76 |
| Binary | 10110011 | 1010110 | 11100101 | 10110 | 111110 | 0 | 1010 | 100010111 | 1001001 | 111110 |
Color Harmonies of #B356E5
Complementary color
Monochromatic Colors of #B356E5
Black with #B356E5
Text Example
Text Example
White with #B356E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356E5; }
p { color: rgb(179,86,229); }
H1.HeaderClassName
{
color: #B356E5;
}
.AnyTagClassName
{
color: #B356E5;
}
</style>
background-color css
<style>
a { background-color: #B356E5; }
a { background-color: rgb(179,86,229); }
div.DivClassName
{
background-color: #B356E5;
}
.BgClassName
{
background-color: #B356E5;
}
</style>
border-color css
<style>
span { border-color: #B356E5; }
span { border-color: rgb(179,86,229); }
td.TdClassName
{
border-color: #B356E5;
}
.TagClassName
{
border-color: #B356E5;
}
</style>