Shades of Medium Orchid #B360FA
Tints of Medium Orchid #B360FA
RGB
CMYK
RGB Variations
Color information
#B360FA (or 0xB360FA) is known color: Medium Orchid. HEX triplet: B3, 60 and FA. RGB value is (179,96,250). Sum of RGB (Red+Green+Blue) = 179+96+250=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #B360FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360FA is #4C9F05. Grayscale: #898989. Windows color (decimal): -5021446 or 16408755. OLE color: 16408755.
HSL color Cylindrical-coordinate representation of color #B360FA: hue angle of 272.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B360FA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 96 | 250 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.02 |
| HSL | 272.34º | 0.94% | 0.68% | - |
| HSV(B) | 272.34º | 0.62% | 0.98% | - |
| XYZ | 40.03 | 24.85 | 93.13 | - |
| YUV | 138.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 250 | 0.28 | 0.62 | 0 | 0.02 | 272.34 | 0.94 | 0.68 |
| Hex | B3 | 60 | FA | 1C | 3E | 0 | 2 | 110 | 5E | 44 |
| Octal | 263 | 140 | 372 | 34 | 76 | 0 | 2 | 420 | 136 | 104 |
| Binary | 10110011 | 1100000 | 11111010 | 11100 | 111110 | 0 | 10 | 100010000 | 1011110 | 1000100 |
Color Harmonies of #B360FA
Complementary color
Monochromatic Colors of #B360FA
Black with #B360FA
Text Example
Text Example
White with #B360FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360FA; }
p { color: rgb(179,96,250); }
H1.HeaderClassName
{
color: #B360FA;
}
.AnyTagClassName
{
color: #B360FA;
}
</style>
background-color css
<style>
a { background-color: #B360FA; }
a { background-color: rgb(179,96,250); }
div.DivClassName
{
background-color: #B360FA;
}
.BgClassName
{
background-color: #B360FA;
}
</style>
border-color css
<style>
span { border-color: #B360FA; }
span { border-color: rgb(179,96,250); }
td.TdClassName
{
border-color: #B360FA;
}
.TagClassName
{
border-color: #B360FA;
}
</style>