Shades of Medium Orchid #B05FE6
Tints of Medium Orchid #B05FE6
RGB
CMYK
RGB Variations
Color information
#B05FE6 (or 0xB05FE6) is known color: Medium Orchid. HEX triplet: B0, 5F and E6. RGB value is (176,95,230). Sum of RGB (Red+Green+Blue) = 176+95+230=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #B05FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FE6 is #4FA019. Grayscale: #868686. Windows color (decimal): -5218330 or 15097776. OLE color: 15097776.
HSL color Cylindrical-coordinate representation of color #B05FE6: hue angle of 276º degrees, saturation: 0.73, 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 #B05FE6 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 95 | 230 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.10 |
| HSL | 276º | 0.73% | 0.64% | - |
| HSV(B) | 276º | 0.59% | 0.9% | - |
| XYZ | 36.28 | 23.13 | 77.41 | - |
| YUV | 134.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 230 | 0.23 | 0.59 | 0 | 0.10 | 276 | 0.73 | 0.64 |
| Hex | B0 | 5F | E6 | 17 | 3B | 0 | A | 114 | 49 | 40 |
| Octal | 260 | 137 | 346 | 27 | 73 | 0 | 12 | 424 | 111 | 100 |
| Binary | 10110000 | 1011111 | 11100110 | 10111 | 111011 | 0 | 1010 | 100010100 | 1001001 | 1000000 |
Color Harmonies of #B05FE6
Complementary color
Monochromatic Colors of #B05FE6
Black with #B05FE6
Text Example
Text Example
White with #B05FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FE6; }
p { color: rgb(176,95,230); }
H1.HeaderClassName
{
color: #B05FE6;
}
.AnyTagClassName
{
color: #B05FE6;
}
</style>
background-color css
<style>
a { background-color: #B05FE6; }
a { background-color: rgb(176,95,230); }
div.DivClassName
{
background-color: #B05FE6;
}
.BgClassName
{
background-color: #B05FE6;
}
</style>
border-color css
<style>
span { border-color: #B05FE6; }
span { border-color: rgb(176,95,230); }
td.TdClassName
{
border-color: #B05FE6;
}
.TagClassName
{
border-color: #B05FE6;
}
</style>