Shades of Medium Orchid #B359ED
Tints of Medium Orchid #B359ED
RGB
CMYK
RGB Variations
Color information
#B359ED (or 0xB359ED) is known color: Medium Orchid. HEX triplet: B3, 59 and ED. RGB value is (179,89,237). Sum of RGB (Red+Green+Blue) = 179+89+237=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #B359ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359ED is #4CA612. Grayscale: #848484. Windows color (decimal): -5023251 or 15554995. OLE color: 15554995.
HSL color Cylindrical-coordinate representation of color #B359ED: hue angle of 276.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B359ED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 89 | 237 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 276.49º | 0.8% | 0.64% | - |
| HSV(B) | 276.49º | 0.62% | 0.93% | - |
| XYZ | 37.45 | 22.84 | 82.56 | - |
| YUV | 132.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 237 | 0.24 | 0.62 | 0 | 0.07 | 276.49 | 0.8 | 0.64 |
| Hex | B3 | 59 | ED | 18 | 3E | 0 | 7 | 114 | 50 | 40 |
| Octal | 263 | 131 | 355 | 30 | 76 | 0 | 7 | 424 | 120 | 100 |
| Binary | 10110011 | 1011001 | 11101101 | 11000 | 111110 | 0 | 111 | 100010100 | 1010000 | 1000000 |
Color Harmonies of #B359ED
Complementary color
Monochromatic Colors of #B359ED
Black with #B359ED
Text Example
Text Example
White with #B359ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359ED; }
p { color: rgb(179,89,237); }
H1.HeaderClassName
{
color: #B359ED;
}
.AnyTagClassName
{
color: #B359ED;
}
</style>
background-color css
<style>
a { background-color: #B359ED; }
a { background-color: rgb(179,89,237); }
div.DivClassName
{
background-color: #B359ED;
}
.BgClassName
{
background-color: #B359ED;
}
</style>
border-color css
<style>
span { border-color: #B359ED; }
span { border-color: rgb(179,89,237); }
td.TdClassName
{
border-color: #B359ED;
}
.TagClassName
{
border-color: #B359ED;
}
</style>