Shades of Medium Orchid #B05DF7
Tints of Medium Orchid #B05DF7
RGB
CMYK
RGB Variations
Color information
#B05DF7 (or 0xB05DF7) is known color: Medium Orchid. HEX triplet: B0, 5D and F7. RGB value is (176,93,247). Sum of RGB (Red+Green+Blue) = 176+93+247=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #B05DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF7 is #4FA208. Grayscale: #868686. Windows color (decimal): -5218825 or 16211376. OLE color: 16211376.
HSL color Cylindrical-coordinate representation of color #B05DF7: hue angle of 272.34º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05DF7 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 93 | 247 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.03 |
| HSL | 272.34º | 0.91% | 0.67% | - |
| HSV(B) | 272.34º | 0.62% | 0.97% | - |
| XYZ | 38.61 | 23.77 | 90.55 | - |
| YUV | 135.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 247 | 0.29 | 0.62 | 0 | 0.03 | 272.34 | 0.91 | 0.67 |
| Hex | B0 | 5D | F7 | 1D | 3E | 0 | 3 | 110 | 5B | 43 |
| Octal | 260 | 135 | 367 | 35 | 76 | 0 | 3 | 420 | 133 | 103 |
| Binary | 10110000 | 1011101 | 11110111 | 11101 | 111110 | 0 | 11 | 100010000 | 1011011 | 1000011 |
Color Harmonies of #B05DF7
Complementary color
Monochromatic Colors of #B05DF7
Black with #B05DF7
Text Example
Text Example
White with #B05DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DF7; }
p { color: rgb(176,93,247); }
H1.HeaderClassName
{
color: #B05DF7;
}
.AnyTagClassName
{
color: #B05DF7;
}
</style>
background-color css
<style>
a { background-color: #B05DF7; }
a { background-color: rgb(176,93,247); }
div.DivClassName
{
background-color: #B05DF7;
}
.BgClassName
{
background-color: #B05DF7;
}
</style>
border-color css
<style>
span { border-color: #B05DF7; }
span { border-color: rgb(176,93,247); }
td.TdClassName
{
border-color: #B05DF7;
}
.TagClassName
{
border-color: #B05DF7;
}
</style>