Shades of Medium Orchid #B15FED
Tints of Medium Orchid #B15FED
RGB
CMYK
RGB Variations
Color information
#B15FED (or 0xB15FED) is known color: Medium Orchid. HEX triplet: B1, 5F and ED. RGB value is (177,95,237). Sum of RGB (Red+Green+Blue) = 177+95+237=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B15FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FED is #4EA012. Grayscale: #878787. Windows color (decimal): -5152787 or 15556529. OLE color: 15556529.
HSL color Cylindrical-coordinate representation of color #B15FED: hue angle of 274.65º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15FED is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 95 | 237 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.07 |
| HSL | 274.65º | 0.8% | 0.65% | - |
| HSV(B) | 274.65º | 0.6% | 0.93% | - |
| XYZ | 37.51 | 23.65 | 82.71 | - |
| YUV | 135.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 237 | 0.25 | 0.60 | 0 | 0.07 | 274.65 | 0.8 | 0.65 |
| Hex | B1 | 5F | ED | 19 | 3C | 0 | 7 | 113 | 50 | 41 |
| Octal | 261 | 137 | 355 | 31 | 74 | 0 | 7 | 423 | 120 | 101 |
| Binary | 10110001 | 1011111 | 11101101 | 11001 | 111100 | 0 | 111 | 100010011 | 1010000 | 1000001 |
Color Harmonies of #B15FED
Complementary color
Monochromatic Colors of #B15FED
Black with #B15FED
Text Example
Text Example
White with #B15FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FED; }
p { color: rgb(177,95,237); }
H1.HeaderClassName
{
color: #B15FED;
}
.AnyTagClassName
{
color: #B15FED;
}
</style>
background-color css
<style>
a { background-color: #B15FED; }
a { background-color: rgb(177,95,237); }
div.DivClassName
{
background-color: #B15FED;
}
.BgClassName
{
background-color: #B15FED;
}
</style>
border-color css
<style>
span { border-color: #B15FED; }
span { border-color: rgb(177,95,237); }
td.TdClassName
{
border-color: #B15FED;
}
.TagClassName
{
border-color: #B15FED;
}
</style>