Shades of Medium Orchid #B06DC5
Tints of Medium Orchid #B06DC5
RGB
CMYK
RGB Variations
Color information
#B06DC5 (or 0xB06DC5) is known color: Medium Orchid. HEX triplet: B0, 6D and C5. RGB value is (176,109,197). Sum of RGB (Red+Green+Blue) = 176+109+197=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #B06DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DC5 is #4F923A. Grayscale: #8A8A8A. Windows color (decimal): -5214779 or 12938672. OLE color: 12938672.
HSL color Cylindrical-coordinate representation of color #B06DC5: hue angle of 285.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06DC5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 109 | 197 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.23 |
| HSL | 285.68º | 0.43% | 0.6% | - |
| HSV(B) | 285.68º | 0.45% | 0.77% | - |
| XYZ | 33.45 | 24.2 | 55.73 | - |
| YUV | 139.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 197 | 0.11 | 0.45 | 0 | 0.23 | 285.68 | 0.43 | 0.6 |
| Hex | B0 | 6D | C5 | B | 2D | 0 | 17 | 11E | 2B | 3C |
| Octal | 260 | 155 | 305 | 13 | 55 | 0 | 27 | 436 | 53 | 74 |
| Binary | 10110000 | 1101101 | 11000101 | 1011 | 101101 | 0 | 10111 | 100011110 | 101011 | 111100 |
Color Harmonies of #B06DC5
Complementary color
Monochromatic Colors of #B06DC5
Black with #B06DC5
Text Example
Text Example
White with #B06DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DC5; }
p { color: rgb(176,109,197); }
H1.HeaderClassName
{
color: #B06DC5;
}
.AnyTagClassName
{
color: #B06DC5;
}
</style>
background-color css
<style>
a { background-color: #B06DC5; }
a { background-color: rgb(176,109,197); }
div.DivClassName
{
background-color: #B06DC5;
}
.BgClassName
{
background-color: #B06DC5;
}
</style>
border-color css
<style>
span { border-color: #B06DC5; }
span { border-color: rgb(176,109,197); }
td.TdClassName
{
border-color: #B06DC5;
}
.TagClassName
{
border-color: #B06DC5;
}
</style>