Shades of Medium Orchid #B356FE
Tints of Medium Orchid #B356FE
RGB
CMYK
RGB Variations
Color information
#B356FE (or 0xB356FE) is known color: Medium Orchid. HEX triplet: B3, 56 and FE. RGB value is (179,86,254). Sum of RGB (Red+Green+Blue) = 179+86+254=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B356FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356FE is #4CA901. Grayscale: #848484. Windows color (decimal): -5024002 or 16668339. OLE color: 16668339.
HSL color Cylindrical-coordinate representation of color #B356FE: hue angle of 273.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B356FE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 86 | 254 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.00 |
| HSL | 273.21º | 0.99% | 0.67% | - |
| HSV(B) | 273.21º | 0.66% | 1% | - |
| XYZ | 39.81 | 23.4 | 96.18 | - |
| YUV | 132.96 | 196.31 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 254 | 0.30 | 0.66 | 0 | 0.00 | 273.21 | 0.99 | 0.67 |
| Hex | B3 | 56 | FE | 1E | 42 | 0 | 0 | 111 | 63 | 43 |
| Octal | 263 | 126 | 376 | 36 | 102 | 0 | 0 | 421 | 143 | 103 |
| Binary | 10110011 | 1010110 | 11111110 | 11110 | 1000010 | 0 | 0 | 100010001 | 1100011 | 1000011 |
Color Harmonies of #B356FE
Complementary color
Monochromatic Colors of #B356FE
Black with #B356FE
Text Example
Text Example
White with #B356FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356FE; }
p { color: rgb(179,86,254); }
H1.HeaderClassName
{
color: #B356FE;
}
.AnyTagClassName
{
color: #B356FE;
}
</style>
background-color css
<style>
a { background-color: #B356FE; }
a { background-color: rgb(179,86,254); }
div.DivClassName
{
background-color: #B356FE;
}
.BgClassName
{
background-color: #B356FE;
}
</style>
border-color css
<style>
span { border-color: #B356FE; }
span { border-color: rgb(179,86,254); }
td.TdClassName
{
border-color: #B356FE;
}
.TagClassName
{
border-color: #B356FE;
}
</style>