Shades of Medium Orchid #B360C9
Tints of Medium Orchid #B360C9
RGB
CMYK
RGB Variations
Color information
#B360C9 (or 0xB360C9) is known color: Medium Orchid. HEX triplet: B3, 60 and C9. RGB value is (179,96,201). Sum of RGB (Red+Green+Blue) = 179+96+201=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #B360C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360C9 is #4C9F36. Grayscale: #848484. Windows color (decimal): -5021495 or 13197491. OLE color: 13197491.
HSL color Cylindrical-coordinate representation of color #B360C9: hue angle of 287.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B360C9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 96 | 201 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.21 |
| HSL | 287.43º | 0.49% | 0.58% | - |
| HSV(B) | 287.43º | 0.52% | 0.79% | - |
| XYZ | 33.32 | 22.17 | 57.78 | - |
| YUV | 132.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 201 | 0.11 | 0.52 | 0 | 0.21 | 287.43 | 0.49 | 0.58 |
| Hex | B3 | 60 | C9 | B | 34 | 0 | 15 | 11F | 31 | 3A |
| Octal | 263 | 140 | 311 | 13 | 64 | 0 | 25 | 437 | 61 | 72 |
| Binary | 10110011 | 1100000 | 11001001 | 1011 | 110100 | 0 | 10101 | 100011111 | 110001 | 111010 |
Color Harmonies of #B360C9
Complementary color
Monochromatic Colors of #B360C9
Black with #B360C9
Text Example
Text Example
White with #B360C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360C9; }
p { color: rgb(179,96,201); }
H1.HeaderClassName
{
color: #B360C9;
}
.AnyTagClassName
{
color: #B360C9;
}
</style>
background-color css
<style>
a { background-color: #B360C9; }
a { background-color: rgb(179,96,201); }
div.DivClassName
{
background-color: #B360C9;
}
.BgClassName
{
background-color: #B360C9;
}
</style>
border-color css
<style>
span { border-color: #B360C9; }
span { border-color: rgb(179,96,201); }
td.TdClassName
{
border-color: #B360C9;
}
.TagClassName
{
border-color: #B360C9;
}
</style>