Shades of Medium Orchid #B061C7
Tints of Medium Orchid #B061C7
RGB
CMYK
RGB Variations
Color information
#B061C7 (or 0xB061C7) is known color: Medium Orchid. HEX triplet: B0, 61 and C7. RGB value is (176,97,199). Sum of RGB (Red+Green+Blue) = 176+97+199=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #B061C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C7 is #4F9E38. Grayscale: #838383. Windows color (decimal): -5217849 or 13066672. OLE color: 13066672.
HSL color Cylindrical-coordinate representation of color #B061C7: hue angle of 286.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B061C7 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 97 | 199 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.22 |
| HSL | 286.47º | 0.48% | 0.58% | - |
| HSV(B) | 286.47º | 0.51% | 0.78% | - |
| XYZ | 32.49 | 21.9 | 56.55 | - |
| YUV | 132.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 199 | 0.12 | 0.51 | 0 | 0.22 | 286.47 | 0.48 | 0.58 |
| Hex | B0 | 61 | C7 | C | 33 | 0 | 16 | 11E | 30 | 3A |
| Octal | 260 | 141 | 307 | 14 | 63 | 0 | 26 | 436 | 60 | 72 |
| Binary | 10110000 | 1100001 | 11000111 | 1100 | 110011 | 0 | 10110 | 100011110 | 110000 | 111010 |
Color Harmonies of #B061C7
Complementary color
Monochromatic Colors of #B061C7
Black with #B061C7
Text Example
Text Example
White with #B061C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B061C7; }
p { color: rgb(176,97,199); }
H1.HeaderClassName
{
color: #B061C7;
}
.AnyTagClassName
{
color: #B061C7;
}
</style>
background-color css
<style>
a { background-color: #B061C7; }
a { background-color: rgb(176,97,199); }
div.DivClassName
{
background-color: #B061C7;
}
.BgClassName
{
background-color: #B061C7;
}
</style>
border-color css
<style>
span { border-color: #B061C7; }
span { border-color: rgb(176,97,199); }
td.TdClassName
{
border-color: #B061C7;
}
.TagClassName
{
border-color: #B061C7;
}
</style>