Shades of Medium Orchid #B359CF
Tints of Medium Orchid #B359CF
RGB
CMYK
RGB Variations
Color information
#B359CF (or 0xB359CF) is known color: Medium Orchid. HEX triplet: B3, 59 and CF. RGB value is (179,89,207). Sum of RGB (Red+Green+Blue) = 179+89+207=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B359CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359CF is #4CA630. Grayscale: #808080. Windows color (decimal): -5023281 or 13588915. OLE color: 13588915.
HSL color Cylindrical-coordinate representation of color #B359CF: hue angle of 285.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B359CF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 89 | 207 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.19 |
| HSL | 285.76º | 0.55% | 0.58% | - |
| HSV(B) | 285.76º | 0.57% | 0.81% | - |
| XYZ | 33.43 | 21.23 | 61.37 | - |
| YUV | 129.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 207 | 0.14 | 0.57 | 0 | 0.19 | 285.76 | 0.55 | 0.58 |
| Hex | B3 | 59 | CF | E | 39 | 0 | 13 | 11E | 37 | 3A |
| Octal | 263 | 131 | 317 | 16 | 71 | 0 | 23 | 436 | 67 | 72 |
| Binary | 10110011 | 1011001 | 11001111 | 1110 | 111001 | 0 | 10011 | 100011110 | 110111 | 111010 |
Color Harmonies of #B359CF
Complementary color
Monochromatic Colors of #B359CF
Black with #B359CF
Text Example
Text Example
White with #B359CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359CF; }
p { color: rgb(179,89,207); }
H1.HeaderClassName
{
color: #B359CF;
}
.AnyTagClassName
{
color: #B359CF;
}
</style>
background-color css
<style>
a { background-color: #B359CF; }
a { background-color: rgb(179,89,207); }
div.DivClassName
{
background-color: #B359CF;
}
.BgClassName
{
background-color: #B359CF;
}
</style>
border-color css
<style>
span { border-color: #B359CF; }
span { border-color: rgb(179,89,207); }
td.TdClassName
{
border-color: #B359CF;
}
.TagClassName
{
border-color: #B359CF;
}
</style>