Shades of Medium Orchid #B359FA
Tints of Medium Orchid #B359FA
RGB
CMYK
RGB Variations
Color information
#B359FA (or 0xB359FA) is known color: Medium Orchid. HEX triplet: B3, 59 and FA. RGB value is (179,89,250). Sum of RGB (Red+Green+Blue) = 179+89+250=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B359FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359FA is #4CA605. Grayscale: #858585. Windows color (decimal): -5023238 or 16406963. OLE color: 16406963.
HSL color Cylindrical-coordinate representation of color #B359FA: hue angle of 273.54º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B359FA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 89 | 250 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.02 |
| HSL | 273.54º | 0.94% | 0.66% | - |
| HSV(B) | 273.54º | 0.64% | 0.98% | - |
| XYZ | 39.42 | 23.63 | 92.93 | - |
| YUV | 134.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 250 | 0.28 | 0.64 | 0 | 0.02 | 273.54 | 0.94 | 0.66 |
| Hex | B3 | 59 | FA | 1C | 40 | 0 | 2 | 112 | 5E | 42 |
| Octal | 263 | 131 | 372 | 34 | 100 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110011 | 1011001 | 11111010 | 11100 | 1000000 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B359FA
Complementary color
Monochromatic Colors of #B359FA
Black with #B359FA
Text Example
Text Example
White with #B359FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359FA; }
p { color: rgb(179,89,250); }
H1.HeaderClassName
{
color: #B359FA;
}
.AnyTagClassName
{
color: #B359FA;
}
</style>
background-color css
<style>
a { background-color: #B359FA; }
a { background-color: rgb(179,89,250); }
div.DivClassName
{
background-color: #B359FA;
}
.BgClassName
{
background-color: #B359FA;
}
</style>
border-color css
<style>
span { border-color: #B359FA; }
span { border-color: rgb(179,89,250); }
td.TdClassName
{
border-color: #B359FA;
}
.TagClassName
{
border-color: #B359FA;
}
</style>