Shades of Medium Orchid #B360C6
Tints of Medium Orchid #B360C6
RGB
CMYK
RGB Variations
Color information
#B360C6 (or 0xB360C6) is known color: Medium Orchid. HEX triplet: B3, 60 and C6. RGB value is (179,96,198). Sum of RGB (Red+Green+Blue) = 179+96+198=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B360C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360C6 is #4C9F39. Grayscale: #848484. Windows color (decimal): -5021498 or 13000883. OLE color: 13000883.
HSL color Cylindrical-coordinate representation of color #B360C6: hue angle of 288.82º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B360C6 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 96 | 198 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.22 |
| HSL | 288.82º | 0.47% | 0.58% | - |
| HSV(B) | 288.82º | 0.52% | 0.78% | - |
| XYZ | 32.97 | 22.03 | 55.94 | - |
| YUV | 132.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 198 | 0.10 | 0.52 | 0 | 0.22 | 288.82 | 0.47 | 0.58 |
| Hex | B3 | 60 | C6 | A | 34 | 0 | 16 | 121 | 2F | 3A |
| Octal | 263 | 140 | 306 | 12 | 64 | 0 | 26 | 441 | 57 | 72 |
| Binary | 10110011 | 1100000 | 11000110 | 1010 | 110100 | 0 | 10110 | 100100001 | 101111 | 111010 |
Color Harmonies of #B360C6
Complementary color
Monochromatic Colors of #B360C6
Black with #B360C6
Text Example
Text Example
White with #B360C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360C6; }
p { color: rgb(179,96,198); }
H1.HeaderClassName
{
color: #B360C6;
}
.AnyTagClassName
{
color: #B360C6;
}
</style>
background-color css
<style>
a { background-color: #B360C6; }
a { background-color: rgb(179,96,198); }
div.DivClassName
{
background-color: #B360C6;
}
.BgClassName
{
background-color: #B360C6;
}
</style>
border-color css
<style>
span { border-color: #B360C6; }
span { border-color: rgb(179,96,198); }
td.TdClassName
{
border-color: #B360C6;
}
.TagClassName
{
border-color: #B360C6;
}
</style>