Shades of Medium Orchid #B356C9
Tints of Medium Orchid #B356C9
RGB
CMYK
RGB Variations
Color information
#B356C9 (or 0xB356C9) is known color: Medium Orchid. HEX triplet: B3, 56 and C9. RGB value is (179,86,201). Sum of RGB (Red+Green+Blue) = 179+86+201=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B356C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356C9 is #4CA936. Grayscale: #7E7E7E. Windows color (decimal): -5024055 or 13194931. OLE color: 13194931.
HSL color Cylindrical-coordinate representation of color #B356C9: hue angle of 288.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B356C9 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 86 | 201 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.21 |
| HSL | 288.52º | 0.52% | 0.56% | - |
| HSV(B) | 288.52º | 0.57% | 0.79% | - |
| XYZ | 32.46 | 20.46 | 57.5 | - |
| YUV | 126.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 201 | 0.11 | 0.57 | 0 | 0.21 | 288.52 | 0.52 | 0.56 |
| Hex | B3 | 56 | C9 | B | 39 | 0 | 15 | 121 | 34 | 38 |
| Octal | 263 | 126 | 311 | 13 | 71 | 0 | 25 | 441 | 64 | 70 |
| Binary | 10110011 | 1010110 | 11001001 | 1011 | 111001 | 0 | 10101 | 100100001 | 110100 | 111000 |
Color Harmonies of #B356C9
Complementary color
Monochromatic Colors of #B356C9
Black with #B356C9
Text Example
Text Example
White with #B356C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356C9; }
p { color: rgb(179,86,201); }
H1.HeaderClassName
{
color: #B356C9;
}
.AnyTagClassName
{
color: #B356C9;
}
</style>
background-color css
<style>
a { background-color: #B356C9; }
a { background-color: rgb(179,86,201); }
div.DivClassName
{
background-color: #B356C9;
}
.BgClassName
{
background-color: #B356C9;
}
</style>
border-color css
<style>
span { border-color: #B356C9; }
span { border-color: rgb(179,86,201); }
td.TdClassName
{
border-color: #B356C9;
}
.TagClassName
{
border-color: #B356C9;
}
</style>