Shades of Medium Orchid #B360EF
Tints of Medium Orchid #B360EF
RGB
CMYK
RGB Variations
Color information
#B360EF (or 0xB360EF) is known color: Medium Orchid. HEX triplet: B3, 60 and EF. RGB value is (179,96,239). Sum of RGB (Red+Green+Blue) = 179+96+239=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #B360EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360EF is #4C9F10. Grayscale: #888888. Windows color (decimal): -5021457 or 15687859. OLE color: 15687859.
HSL color Cylindrical-coordinate representation of color #B360EF: hue angle of 274.83º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B360EF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 96 | 239 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.06 |
| HSL | 274.83º | 0.82% | 0.66% | - |
| HSV(B) | 274.83º | 0.6% | 0.94% | - |
| XYZ | 38.35 | 24.18 | 84.31 | - |
| YUV | 137.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 239 | 0.25 | 0.60 | 0 | 0.06 | 274.83 | 0.82 | 0.66 |
| Hex | B3 | 60 | EF | 19 | 3C | 0 | 6 | 113 | 52 | 42 |
| Octal | 263 | 140 | 357 | 31 | 74 | 0 | 6 | 423 | 122 | 102 |
| Binary | 10110011 | 1100000 | 11101111 | 11001 | 111100 | 0 | 110 | 100010011 | 1010010 | 1000010 |
Color Harmonies of #B360EF
Complementary color
Monochromatic Colors of #B360EF
Black with #B360EF
Text Example
Text Example
White with #B360EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360EF; }
p { color: rgb(179,96,239); }
H1.HeaderClassName
{
color: #B360EF;
}
.AnyTagClassName
{
color: #B360EF;
}
</style>
background-color css
<style>
a { background-color: #B360EF; }
a { background-color: rgb(179,96,239); }
div.DivClassName
{
background-color: #B360EF;
}
.BgClassName
{
background-color: #B360EF;
}
</style>
border-color css
<style>
span { border-color: #B360EF; }
span { border-color: rgb(179,96,239); }
td.TdClassName
{
border-color: #B360EF;
}
.TagClassName
{
border-color: #B360EF;
}
</style>