Shades of Medium Orchid #B067C0
Tints of Medium Orchid #B067C0
RGB
CMYK
RGB Variations
Color information
#B067C0 (or 0xB067C0) is known color: Medium Orchid. HEX triplet: B0, 67 and C0. RGB value is (176,103,192). Sum of RGB (Red+Green+Blue) = 176+103+192=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #B067C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067C0 is #4F983F. Grayscale: #868686. Windows color (decimal): -5216320 or 12609456. OLE color: 12609456.
HSL color Cylindrical-coordinate representation of color #B067C0: hue angle of 289.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B067C0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 103 | 192 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.25 |
| HSL | 289.21º | 0.41% | 0.58% | - |
| HSV(B) | 289.21º | 0.46% | 0.75% | - |
| XYZ | 32.27 | 22.74 | 52.56 | - |
| YUV | 134.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 192 | 0.08 | 0.46 | 0 | 0.25 | 289.21 | 0.41 | 0.58 |
| Hex | B0 | 67 | C0 | 8 | 2E | 0 | 19 | 121 | 29 | 3A |
| Octal | 260 | 147 | 300 | 10 | 56 | 0 | 31 | 441 | 51 | 72 |
| Binary | 10110000 | 1100111 | 11000000 | 1000 | 101110 | 0 | 11001 | 100100001 | 101001 | 111010 |
Color Harmonies of #B067C0
Complementary color
Monochromatic Colors of #B067C0
Black with #B067C0
Text Example
Text Example
White with #B067C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067C0; }
p { color: rgb(176,103,192); }
H1.HeaderClassName
{
color: #B067C0;
}
.AnyTagClassName
{
color: #B067C0;
}
</style>
background-color css
<style>
a { background-color: #B067C0; }
a { background-color: rgb(176,103,192); }
div.DivClassName
{
background-color: #B067C0;
}
.BgClassName
{
background-color: #B067C0;
}
</style>
border-color css
<style>
span { border-color: #B067C0; }
span { border-color: rgb(176,103,192); }
td.TdClassName
{
border-color: #B067C0;
}
.TagClassName
{
border-color: #B067C0;
}
</style>