Shades of Medium Orchid #B05FC1
Tints of Medium Orchid #B05FC1
RGB
CMYK
RGB Variations
Color information
#B05FC1 (or 0xB05FC1) is known color: Medium Orchid. HEX triplet: B0, 5F and C1. RGB value is (176,95,193). Sum of RGB (Red+Green+Blue) = 176+95+193=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FC1 is #4FA03E. Grayscale: #828282. Windows color (decimal): -5218367 or 12672944. OLE color: 12672944.
HSL color Cylindrical-coordinate representation of color #B05FC1: hue angle of 289.59º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05FC1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 95 | 193 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.24 |
| HSL | 289.59º | 0.44% | 0.56% | - |
| HSV(B) | 289.59º | 0.51% | 0.76% | - |
| XYZ | 31.62 | 21.26 | 52.89 | - |
| YUV | 130.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 193 | 0.09 | 0.51 | 0 | 0.24 | 289.59 | 0.44 | 0.56 |
| Hex | B0 | 5F | C1 | 9 | 33 | 0 | 18 | 122 | 2C | 38 |
| Octal | 260 | 137 | 301 | 11 | 63 | 0 | 30 | 442 | 54 | 70 |
| Binary | 10110000 | 1011111 | 11000001 | 1001 | 110011 | 0 | 11000 | 100100010 | 101100 | 111000 |
Color Harmonies of #B05FC1
Complementary color
Monochromatic Colors of #B05FC1
Black with #B05FC1
Text Example
Text Example
White with #B05FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FC1; }
p { color: rgb(176,95,193); }
H1.HeaderClassName
{
color: #B05FC1;
}
.AnyTagClassName
{
color: #B05FC1;
}
</style>
background-color css
<style>
a { background-color: #B05FC1; }
a { background-color: rgb(176,95,193); }
div.DivClassName
{
background-color: #B05FC1;
}
.BgClassName
{
background-color: #B05FC1;
}
</style>
border-color css
<style>
span { border-color: #B05FC1; }
span { border-color: rgb(176,95,193); }
td.TdClassName
{
border-color: #B05FC1;
}
.TagClassName
{
border-color: #B05FC1;
}
</style>