Shades of Medium Orchid #B05FE5
Tints of Medium Orchid #B05FE5
RGB
CMYK
RGB Variations
Color information
#B05FE5 (or 0xB05FE5) is known color: Medium Orchid. HEX triplet: B0, 5F and E5. RGB value is (176,95,229). Sum of RGB (Red+Green+Blue) = 176+95+229=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #B05FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FE5 is #4FA01A. Grayscale: #868686. Windows color (decimal): -5218331 or 15032240. OLE color: 15032240.
HSL color Cylindrical-coordinate representation of color #B05FE5: hue angle of 276.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05FE5 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 95 | 229 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.10 |
| HSL | 276.27º | 0.72% | 0.64% | - |
| HSV(B) | 276.27º | 0.59% | 0.9% | - |
| XYZ | 36.14 | 23.07 | 76.68 | - |
| YUV | 134.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 229 | 0.23 | 0.59 | 0 | 0.10 | 276.27 | 0.72 | 0.64 |
| Hex | B0 | 5F | E5 | 17 | 3B | 0 | A | 114 | 48 | 40 |
| Octal | 260 | 137 | 345 | 27 | 73 | 0 | 12 | 424 | 110 | 100 |
| Binary | 10110000 | 1011111 | 11100101 | 10111 | 111011 | 0 | 1010 | 100010100 | 1001000 | 1000000 |
Color Harmonies of #B05FE5
Complementary color
Monochromatic Colors of #B05FE5
Black with #B05FE5
Text Example
Text Example
White with #B05FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FE5; }
p { color: rgb(176,95,229); }
H1.HeaderClassName
{
color: #B05FE5;
}
.AnyTagClassName
{
color: #B05FE5;
}
</style>
background-color css
<style>
a { background-color: #B05FE5; }
a { background-color: rgb(176,95,229); }
div.DivClassName
{
background-color: #B05FE5;
}
.BgClassName
{
background-color: #B05FE5;
}
</style>
border-color css
<style>
span { border-color: #B05FE5; }
span { border-color: rgb(176,95,229); }
td.TdClassName
{
border-color: #B05FE5;
}
.TagClassName
{
border-color: #B05FE5;
}
</style>