Shades of Medium Orchid #B15DF5
Tints of Medium Orchid #B15DF5
RGB
CMYK
RGB Variations
Color information
#B15DF5 (or 0xB15DF5) is known color: Medium Orchid. HEX triplet: B1, 5D and F5. RGB value is (177,93,245). Sum of RGB (Red+Green+Blue) = 177+93+245=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #B15DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DF5 is #4EA20A. Grayscale: #868686. Windows color (decimal): -5153291 or 16080305. OLE color: 16080305.
HSL color Cylindrical-coordinate representation of color #B15DF5: hue angle of 273.16º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15DF5 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 93 | 245 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.04 |
| HSL | 273.16º | 0.88% | 0.66% | - |
| HSV(B) | 273.16º | 0.62% | 0.96% | - |
| XYZ | 38.53 | 23.77 | 88.94 | - |
| YUV | 135.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 245 | 0.28 | 0.62 | 0 | 0.04 | 273.16 | 0.88 | 0.66 |
| Hex | B1 | 5D | F5 | 1C | 3E | 0 | 4 | 111 | 58 | 42 |
| Octal | 261 | 135 | 365 | 34 | 76 | 0 | 4 | 421 | 130 | 102 |
| Binary | 10110001 | 1011101 | 11110101 | 11100 | 111110 | 0 | 100 | 100010001 | 1011000 | 1000010 |
Color Harmonies of #B15DF5
Complementary color
Monochromatic Colors of #B15DF5
Black with #B15DF5
Text Example
Text Example
White with #B15DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DF5; }
p { color: rgb(177,93,245); }
H1.HeaderClassName
{
color: #B15DF5;
}
.AnyTagClassName
{
color: #B15DF5;
}
</style>
background-color css
<style>
a { background-color: #B15DF5; }
a { background-color: rgb(177,93,245); }
div.DivClassName
{
background-color: #B15DF5;
}
.BgClassName
{
background-color: #B15DF5;
}
</style>
border-color css
<style>
span { border-color: #B15DF5; }
span { border-color: rgb(177,93,245); }
td.TdClassName
{
border-color: #B15DF5;
}
.TagClassName
{
border-color: #B15DF5;
}
</style>