Shades of Medium Orchid #B358DF
Tints of Medium Orchid #B358DF
RGB
CMYK
RGB Variations
Color information
#B358DF (or 0xB358DF) is known color: Medium Orchid. HEX triplet: B3, 58 and DF. RGB value is (179,88,223). Sum of RGB (Red+Green+Blue) = 179+88+223=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #B358DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358DF is #4CA720. Grayscale: #828282. Windows color (decimal): -5023521 or 14637235. OLE color: 14637235.
HSL color Cylindrical-coordinate representation of color #B358DF: hue angle of 280.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B358DF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 88 | 223 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.13 |
| HSL | 280.44º | 0.68% | 0.61% | - |
| HSV(B) | 280.44º | 0.61% | 0.87% | - |
| XYZ | 35.4 | 21.89 | 72.17 | - |
| YUV | 130.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 223 | 0.20 | 0.61 | 0 | 0.13 | 280.44 | 0.68 | 0.61 |
| Hex | B3 | 58 | DF | 14 | 3D | 0 | D | 118 | 44 | 3D |
| Octal | 263 | 130 | 337 | 24 | 75 | 0 | 15 | 430 | 104 | 75 |
| Binary | 10110011 | 1011000 | 11011111 | 10100 | 111101 | 0 | 1101 | 100011000 | 1000100 | 111101 |
Color Harmonies of #B358DF
Complementary color
Monochromatic Colors of #B358DF
Black with #B358DF
Text Example
Text Example
White with #B358DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358DF; }
p { color: rgb(179,88,223); }
H1.HeaderClassName
{
color: #B358DF;
}
.AnyTagClassName
{
color: #B358DF;
}
</style>
background-color css
<style>
a { background-color: #B358DF; }
a { background-color: rgb(179,88,223); }
div.DivClassName
{
background-color: #B358DF;
}
.BgClassName
{
background-color: #B358DF;
}
</style>
border-color css
<style>
span { border-color: #B358DF; }
span { border-color: rgb(179,88,223); }
td.TdClassName
{
border-color: #B358DF;
}
.TagClassName
{
border-color: #B358DF;
}
</style>