Shades of Medium Orchid #B359DF
Tints of Medium Orchid #B359DF
RGB
CMYK
RGB Variations
Color information
#B359DF (or 0xB359DF) is known color: Medium Orchid. HEX triplet: B3, 59 and DF. RGB value is (179,89,223). Sum of RGB (Red+Green+Blue) = 179+89+223=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B359DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359DF is #4CA620. Grayscale: #828282. Windows color (decimal): -5023265 or 14637491. OLE color: 14637491.
HSL color Cylindrical-coordinate representation of color #B359DF: hue angle of 280.3º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B359DF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 89 | 223 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.13 |
| HSL | 280.3º | 0.68% | 0.61% | - |
| HSV(B) | 280.3º | 0.6% | 0.87% | - |
| XYZ | 35.48 | 22.06 | 72.2 | - |
| YUV | 131.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 223 | 0.20 | 0.60 | 0 | 0.13 | 280.3 | 0.68 | 0.61 |
| Hex | B3 | 59 | DF | 14 | 3C | 0 | D | 118 | 44 | 3D |
| Octal | 263 | 131 | 337 | 24 | 74 | 0 | 15 | 430 | 104 | 75 |
| Binary | 10110011 | 1011001 | 11011111 | 10100 | 111100 | 0 | 1101 | 100011000 | 1000100 | 111101 |
Color Harmonies of #B359DF
Complementary color
Monochromatic Colors of #B359DF
Black with #B359DF
Text Example
Text Example
White with #B359DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359DF; }
p { color: rgb(179,89,223); }
H1.HeaderClassName
{
color: #B359DF;
}
.AnyTagClassName
{
color: #B359DF;
}
</style>
background-color css
<style>
a { background-color: #B359DF; }
a { background-color: rgb(179,89,223); }
div.DivClassName
{
background-color: #B359DF;
}
.BgClassName
{
background-color: #B359DF;
}
</style>
border-color css
<style>
span { border-color: #B359DF; }
span { border-color: rgb(179,89,223); }
td.TdClassName
{
border-color: #B359DF;
}
.TagClassName
{
border-color: #B359DF;
}
</style>