Shades of Medium Orchid #B356FD
Tints of Medium Orchid #B356FD
RGB
CMYK
RGB Variations
Color information
#B356FD (or 0xB356FD) is known color: Medium Orchid. HEX triplet: B3, 56 and FD. RGB value is (179,86,253). Sum of RGB (Red+Green+Blue) = 179+86+253=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #B356FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356FD is #4CA902. Grayscale: #848484. Windows color (decimal): -5024003 or 16602803. OLE color: 16602803.
HSL color Cylindrical-coordinate representation of color #B356FD: hue angle of 273.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B356FD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 86 | 253 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.01 |
| HSL | 273.41º | 0.98% | 0.66% | - |
| HSV(B) | 273.41º | 0.66% | 0.99% | - |
| XYZ | 39.65 | 23.33 | 95.34 | - |
| YUV | 132.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 253 | 0.29 | 0.66 | 0 | 0.01 | 273.41 | 0.98 | 0.66 |
| Hex | B3 | 56 | FD | 1D | 42 | 0 | 1 | 111 | 62 | 42 |
| Octal | 263 | 126 | 375 | 35 | 102 | 0 | 1 | 421 | 142 | 102 |
| Binary | 10110011 | 1010110 | 11111101 | 11101 | 1000010 | 0 | 1 | 100010001 | 1100010 | 1000010 |
Color Harmonies of #B356FD
Complementary color
Monochromatic Colors of #B356FD
Black with #B356FD
Text Example
Text Example
White with #B356FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356FD; }
p { color: rgb(179,86,253); }
H1.HeaderClassName
{
color: #B356FD;
}
.AnyTagClassName
{
color: #B356FD;
}
</style>
background-color css
<style>
a { background-color: #B356FD; }
a { background-color: rgb(179,86,253); }
div.DivClassName
{
background-color: #B356FD;
}
.BgClassName
{
background-color: #B356FD;
}
</style>
border-color css
<style>
span { border-color: #B356FD; }
span { border-color: rgb(179,86,253); }
td.TdClassName
{
border-color: #B356FD;
}
.TagClassName
{
border-color: #B356FD;
}
</style>