Shades of Medium Orchid #B359C9
Tints of Medium Orchid #B359C9
RGB
CMYK
RGB Variations
Color information
#B359C9 (or 0xB359C9) is known color: Medium Orchid. HEX triplet: B3, 59 and C9. RGB value is (179,89,201). Sum of RGB (Red+Green+Blue) = 179+89+201=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B359C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359C9 is #4CA636. Grayscale: #808080. Windows color (decimal): -5023287 or 13195699. OLE color: 13195699.
HSL color Cylindrical-coordinate representation of color #B359C9: hue angle of 288.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B359C9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 89 | 201 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.21 |
| HSL | 288.21º | 0.51% | 0.57% | - |
| HSV(B) | 288.21º | 0.56% | 0.79% | - |
| XYZ | 32.71 | 20.95 | 57.58 | - |
| YUV | 128.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 201 | 0.11 | 0.56 | 0 | 0.21 | 288.21 | 0.51 | 0.57 |
| Hex | B3 | 59 | C9 | B | 38 | 0 | 15 | 120 | 33 | 39 |
| Octal | 263 | 131 | 311 | 13 | 70 | 0 | 25 | 440 | 63 | 71 |
| Binary | 10110011 | 1011001 | 11001001 | 1011 | 111000 | 0 | 10101 | 100100000 | 110011 | 111001 |
Color Harmonies of #B359C9
Complementary color
Monochromatic Colors of #B359C9
Black with #B359C9
Text Example
Text Example
White with #B359C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359C9; }
p { color: rgb(179,89,201); }
H1.HeaderClassName
{
color: #B359C9;
}
.AnyTagClassName
{
color: #B359C9;
}
</style>
background-color css
<style>
a { background-color: #B359C9; }
a { background-color: rgb(179,89,201); }
div.DivClassName
{
background-color: #B359C9;
}
.BgClassName
{
background-color: #B359C9;
}
</style>
border-color css
<style>
span { border-color: #B359C9; }
span { border-color: rgb(179,89,201); }
td.TdClassName
{
border-color: #B359C9;
}
.TagClassName
{
border-color: #B359C9;
}
</style>