Shades of Medium Orchid #B05BC1
Tints of Medium Orchid #B05BC1
RGB
CMYK
RGB Variations
Color information
#B05BC1 (or 0xB05BC1) is known color: Medium Orchid. HEX triplet: B0, 5B and C1. RGB value is (176,91,193). Sum of RGB (Red+Green+Blue) = 176+91+193=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BC1 is #4FA43E. Grayscale: #7F7F7F. Windows color (decimal): -5219391 or 12671920. OLE color: 12671920.
HSL color Cylindrical-coordinate representation of color #B05BC1: hue angle of 290º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05BC1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 91 | 193 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.24 |
| HSL | 290º | 0.45% | 0.56% | - |
| HSV(B) | 290º | 0.53% | 0.76% | - |
| XYZ | 31.27 | 20.56 | 52.77 | - |
| YUV | 128.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 193 | 0.09 | 0.53 | 0 | 0.24 | 290 | 0.45 | 0.56 |
| Hex | B0 | 5B | C1 | 9 | 35 | 0 | 18 | 122 | 2D | 38 |
| Octal | 260 | 133 | 301 | 11 | 65 | 0 | 30 | 442 | 55 | 70 |
| Binary | 10110000 | 1011011 | 11000001 | 1001 | 110101 | 0 | 11000 | 100100010 | 101101 | 111000 |
Color Harmonies of #B05BC1
Complementary color
Monochromatic Colors of #B05BC1
Black with #B05BC1
Text Example
Text Example
White with #B05BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BC1; }
p { color: rgb(176,91,193); }
H1.HeaderClassName
{
color: #B05BC1;
}
.AnyTagClassName
{
color: #B05BC1;
}
</style>
background-color css
<style>
a { background-color: #B05BC1; }
a { background-color: rgb(176,91,193); }
div.DivClassName
{
background-color: #B05BC1;
}
.BgClassName
{
background-color: #B05BC1;
}
</style>
border-color css
<style>
span { border-color: #B05BC1; }
span { border-color: rgb(176,91,193); }
td.TdClassName
{
border-color: #B05BC1;
}
.TagClassName
{
border-color: #B05BC1;
}
</style>