Shades of Medium Orchid #B360D7
Tints of Medium Orchid #B360D7
RGB
CMYK
RGB Variations
Color information
#B360D7 (or 0xB360D7) is known color: Medium Orchid. HEX triplet: B3, 60 and D7. RGB value is (179,96,215). Sum of RGB (Red+Green+Blue) = 179+96+215=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #B360D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360D7 is #4C9F28. Grayscale: #858585. Windows color (decimal): -5021481 or 14114995. OLE color: 14114995.
HSL color Cylindrical-coordinate representation of color #B360D7: hue angle of 281.85º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B360D7 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 96 | 215 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.16 |
| HSL | 281.85º | 0.6% | 0.61% | - |
| HSV(B) | 281.85º | 0.55% | 0.84% | - |
| XYZ | 35.04 | 22.86 | 66.85 | - |
| YUV | 134.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 215 | 0.17 | 0.55 | 0 | 0.16 | 281.85 | 0.6 | 0.61 |
| Hex | B3 | 60 | D7 | 11 | 37 | 0 | 10 | 11A | 3C | 3D |
| Octal | 263 | 140 | 327 | 21 | 67 | 0 | 20 | 432 | 74 | 75 |
| Binary | 10110011 | 1100000 | 11010111 | 10001 | 110111 | 0 | 10000 | 100011010 | 111100 | 111101 |
Color Harmonies of #B360D7
Complementary color
Monochromatic Colors of #B360D7
Black with #B360D7
Text Example
Text Example
White with #B360D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360D7; }
p { color: rgb(179,96,215); }
H1.HeaderClassName
{
color: #B360D7;
}
.AnyTagClassName
{
color: #B360D7;
}
</style>
background-color css
<style>
a { background-color: #B360D7; }
a { background-color: rgb(179,96,215); }
div.DivClassName
{
background-color: #B360D7;
}
.BgClassName
{
background-color: #B360D7;
}
</style>
border-color css
<style>
span { border-color: #B360D7; }
span { border-color: rgb(179,96,215); }
td.TdClassName
{
border-color: #B360D7;
}
.TagClassName
{
border-color: #B360D7;
}
</style>