Shades of Medium Orchid #B356FA
Tints of Medium Orchid #B356FA
RGB
CMYK
RGB Variations
Color information
#B356FA (or 0xB356FA) is known color: Medium Orchid. HEX triplet: B3, 56 and FA. RGB value is (179,86,250). Sum of RGB (Red+Green+Blue) = 179+86+250=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B356FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356FA is #4CA905. Grayscale: #838383. Windows color (decimal): -5024006 or 16406195. OLE color: 16406195.
HSL color Cylindrical-coordinate representation of color #B356FA: hue angle of 274.02º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B356FA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 86 | 250 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.02 |
| HSL | 274.02º | 0.94% | 0.66% | - |
| HSV(B) | 274.02º | 0.66% | 0.98% | - |
| XYZ | 39.17 | 23.14 | 92.84 | - |
| YUV | 132.5 | 194.31 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 250 | 0.28 | 0.66 | 0 | 0.02 | 274.02 | 0.94 | 0.66 |
| Hex | B3 | 56 | FA | 1C | 42 | 0 | 2 | 112 | 5E | 42 |
| Octal | 263 | 126 | 372 | 34 | 102 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110011 | 1010110 | 11111010 | 11100 | 1000010 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B356FA
Complementary color
Monochromatic Colors of #B356FA
Black with #B356FA
Text Example
Text Example
White with #B356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356FA; }
p { color: rgb(179,86,250); }
H1.HeaderClassName
{
color: #B356FA;
}
.AnyTagClassName
{
color: #B356FA;
}
</style>
background-color css
<style>
a { background-color: #B356FA; }
a { background-color: rgb(179,86,250); }
div.DivClassName
{
background-color: #B356FA;
}
.BgClassName
{
background-color: #B356FA;
}
</style>
border-color css
<style>
span { border-color: #B356FA; }
span { border-color: rgb(179,86,250); }
td.TdClassName
{
border-color: #B356FA;
}
.TagClassName
{
border-color: #B356FA;
}
</style>