Shades of Medium Orchid #B360FE
Tints of Medium Orchid #B360FE
RGB
CMYK
RGB Variations
Color information
#B360FE (or 0xB360FE) is known color: Medium Orchid. HEX triplet: B3, 60 and FE. RGB value is (179,96,254). Sum of RGB (Red+Green+Blue) = 179+96+254=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #B360FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360FE is #4C9F01. Grayscale: #8A8A8A. Windows color (decimal): -5021442 or 16670899. OLE color: 16670899.
HSL color Cylindrical-coordinate representation of color #B360FE: hue angle of 271.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B360FE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 96 | 254 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.00 |
| HSL | 271.52º | 0.99% | 0.69% | - |
| HSV(B) | 271.52º | 0.62% | 1% | - |
| XYZ | 40.66 | 25.11 | 96.47 | - |
| YUV | 138.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 254 | 0.30 | 0.62 | 0 | 0.00 | 271.52 | 0.99 | 0.69 |
| Hex | B3 | 60 | FE | 1E | 3E | 0 | 0 | 110 | 63 | 45 |
| Octal | 263 | 140 | 376 | 36 | 76 | 0 | 0 | 420 | 143 | 105 |
| Binary | 10110011 | 1100000 | 11111110 | 11110 | 111110 | 0 | 0 | 100010000 | 1100011 | 1000101 |
Color Harmonies of #B360FE
Complementary color
Monochromatic Colors of #B360FE
Black with #B360FE
Text Example
Text Example
White with #B360FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360FE; }
p { color: rgb(179,96,254); }
H1.HeaderClassName
{
color: #B360FE;
}
.AnyTagClassName
{
color: #B360FE;
}
</style>
background-color css
<style>
a { background-color: #B360FE; }
a { background-color: rgb(179,96,254); }
div.DivClassName
{
background-color: #B360FE;
}
.BgClassName
{
background-color: #B360FE;
}
</style>
border-color css
<style>
span { border-color: #B360FE; }
span { border-color: rgb(179,96,254); }
td.TdClassName
{
border-color: #B360FE;
}
.TagClassName
{
border-color: #B360FE;
}
</style>