Shades of Medium Orchid #B357D9
Tints of Medium Orchid #B357D9
RGB
CMYK
RGB Variations
Color information
#B357D9 (or 0xB357D9) is known color: Medium Orchid. HEX triplet: B3, 57 and D9. RGB value is (179,87,217). Sum of RGB (Red+Green+Blue) = 179+87+217=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #B357D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357D9 is #4CA826. Grayscale: #808080. Windows color (decimal): -5023783 or 14243763. OLE color: 14243763.
HSL color Cylindrical-coordinate representation of color #B357D9: hue angle of 282.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B357D9 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 87 | 217 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.15 |
| HSL | 282.46º | 0.63% | 0.6% | - |
| HSV(B) | 282.46º | 0.6% | 0.85% | - |
| XYZ | 34.52 | 21.41 | 67.96 | - |
| YUV | 129.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 217 | 0.18 | 0.60 | 0 | 0.15 | 282.46 | 0.63 | 0.6 |
| Hex | B3 | 57 | D9 | 12 | 3C | 0 | F | 11A | 3F | 3C |
| Octal | 263 | 127 | 331 | 22 | 74 | 0 | 17 | 432 | 77 | 74 |
| Binary | 10110011 | 1010111 | 11011001 | 10010 | 111100 | 0 | 1111 | 100011010 | 111111 | 111100 |
Color Harmonies of #B357D9
Complementary color
Monochromatic Colors of #B357D9
Black with #B357D9
Text Example
Text Example
White with #B357D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B357D9; }
p { color: rgb(179,87,217); }
H1.HeaderClassName
{
color: #B357D9;
}
.AnyTagClassName
{
color: #B357D9;
}
</style>
background-color css
<style>
a { background-color: #B357D9; }
a { background-color: rgb(179,87,217); }
div.DivClassName
{
background-color: #B357D9;
}
.BgClassName
{
background-color: #B357D9;
}
</style>
border-color css
<style>
span { border-color: #B357D9; }
span { border-color: rgb(179,87,217); }
td.TdClassName
{
border-color: #B357D9;
}
.TagClassName
{
border-color: #B357D9;
}
</style>