Shades of Medium Orchid #B356EE
Tints of Medium Orchid #B356EE
RGB
CMYK
RGB Variations
Color information
#B356EE (or 0xB356EE) is known color: Medium Orchid. HEX triplet: B3, 56 and EE. RGB value is (179,86,238). Sum of RGB (Red+Green+Blue) = 179+86+238=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B356EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356EE is #4CA911. Grayscale: #828282. Windows color (decimal): -5024018 or 15619763. OLE color: 15619763.
HSL color Cylindrical-coordinate representation of color #B356EE: hue angle of 276.71º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B356EE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 86 | 238 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.07 |
| HSL | 276.71º | 0.82% | 0.64% | - |
| HSV(B) | 276.71º | 0.64% | 0.93% | - |
| XYZ | 37.35 | 22.41 | 83.25 | - |
| YUV | 131.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 238 | 0.25 | 0.64 | 0 | 0.07 | 276.71 | 0.82 | 0.64 |
| Hex | B3 | 56 | EE | 19 | 40 | 0 | 7 | 115 | 52 | 40 |
| Octal | 263 | 126 | 356 | 31 | 100 | 0 | 7 | 425 | 122 | 100 |
| Binary | 10110011 | 1010110 | 11101110 | 11001 | 1000000 | 0 | 111 | 100010101 | 1010010 | 1000000 |
Color Harmonies of #B356EE
Complementary color
Monochromatic Colors of #B356EE
Black with #B356EE
Text Example
Text Example
White with #B356EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356EE; }
p { color: rgb(179,86,238); }
H1.HeaderClassName
{
color: #B356EE;
}
.AnyTagClassName
{
color: #B356EE;
}
</style>
background-color css
<style>
a { background-color: #B356EE; }
a { background-color: rgb(179,86,238); }
div.DivClassName
{
background-color: #B356EE;
}
.BgClassName
{
background-color: #B356EE;
}
</style>
border-color css
<style>
span { border-color: #B356EE; }
span { border-color: rgb(179,86,238); }
td.TdClassName
{
border-color: #B356EE;
}
.TagClassName
{
border-color: #B356EE;
}
</style>